Fix Dockerfiles syntax

This commit is contained in:
Alessandro Fael Garcia 2018-04-13 15:59:19 -07:00
parent 51cd432317
commit cb33749393
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
python-dev \
python-pip \
git \
apt-transport-https
apt-transport-https \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade setuptools && pip install ansible

View File

@ -9,7 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
python-pip \
git \
systemd \
apt-transport-https
apt-transport-https \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade setuptools && pip install ansible

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y software-pro
RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get install -y \
git \
ansible \
apt-transport-https
apt-transport-https \
&& rm -rf /var/lib/apt/lists/*
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y software-pro
RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get install -y \
git \
ansible \
apt-transport-https
apt-transport-https \
&& rm -rf /var/lib/apt/lists/*
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts