Skip to content

Commit

Permalink
Fixed Dockerfile for Debian Stretch (Travis-CI).
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jan 26, 2018
1 parent f516315 commit 888801b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/Dockerfile.debian-stretch
Expand Up @@ -6,11 +6,11 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
systemd \
ansible \
python-dev \
python-pip \
git

RUN pip install ansible

RUN mkdir -p /etc/ansible && echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

ENTRYPOINT ["/bin/systemd"]

0 comments on commit 888801b

Please sign in to comment.