Install curl depency in Debian based containers
This commit is contained in:
parent
cb33749393
commit
42c1be1b24
@ -9,6 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|||||||
python-pip \
|
python-pip \
|
||||||
git \
|
git \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
curl \
|
||||||
&& 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
|
||||||
|
@ -10,6 +10,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|||||||
git \
|
git \
|
||||||
systemd \
|
systemd \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
curl \
|
||||||
&& 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
|
||||||
|
@ -6,6 +6,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
|
|||||||
git \
|
git \
|
||||||
ansible \
|
ansible \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
curl \
|
||||||
&& 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
|
||||||
|
@ -6,6 +6,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
|
|||||||
git \
|
git \
|
||||||
ansible \
|
ansible \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
curl \
|
||||||
&& 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