1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

kick old debian

This commit is contained in:
L3D 2019-02-04 18:01:56 +01:00
parent 6548ae98ed
commit 0e9906da36
2 changed files with 0 additions and 19 deletions

View file

@ -10,8 +10,6 @@ env:
version: bionic
- distribution: debian
version: stretch
- distribution: debian
version: jessie
services:
- docker

View file

@ -1,17 +0,0 @@
FROM debian:jessie
RUN apt-get update -y && apt-get install -y --no-install-recommends \
software-properties-common \
build-essential \
libffi-dev \
libssl-dev \
python-dev \
python-pip \
git \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade setuptools && pip install ansible
RUN mkdir -p /etc/ansible && echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
ENTRYPOINT ["/sbin/init"]