Install curl depency in Debian based containers

This commit is contained in:
Alessandro Fael Garcia 2018-04-13 16:11:25 -07:00
parent cb33749393
commit 42c1be1b24
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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