Fix Dockerfiles syntax
This commit is contained in:
parent
51cd432317
commit
cb33749393
@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python-pip \
|
||||||
git \
|
git \
|
||||||
apt-transport-https
|
apt-transport-https \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install --upgrade setuptools && pip install ansible
|
RUN pip install --upgrade setuptools && pip install ansible
|
||||||
|
@ -9,7 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|||||||
python-pip \
|
python-pip \
|
||||||
git \
|
git \
|
||||||
systemd \
|
systemd \
|
||||||
apt-transport-https
|
apt-transport-https \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install --upgrade setuptools && pip install ansible
|
RUN pip install --upgrade setuptools && pip install ansible
|
||||||
|
@ -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 \
|
RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
ansible \
|
ansible \
|
||||||
apt-transport-https
|
apt-transport-https \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
||||||
|
@ -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 \
|
RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
ansible \
|
ansible \
|
||||||
apt-transport-https
|
apt-transport-https \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user