added apt-utils to debian systems
This commit is contained in:
parent
d684d3bd18
commit
9b619cec50
@ -1,7 +1,7 @@
|
|||||||
FROM debian:7
|
FROM debian:7
|
||||||
|
|
||||||
RUN apt-get -q update \
|
RUN apt-get -q update \
|
||||||
&& apt-get install -y python-pip python-dev git
|
&& apt-get install -y python-pip python-dev git apt-utils
|
||||||
|
|
||||||
RUN pip install --index-url=https://pypi.python.org/simple/ --upgrade pip
|
RUN pip install --index-url=https://pypi.python.org/simple/ --upgrade pip
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ RUN apt-get -q update \
|
|||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python-pip \
|
||||||
git \
|
git \
|
||||||
|
apt-utils \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& pip install --upgrade pip
|
&& pip install --upgrade pip
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ FROM ubuntu:14.04
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
|
apt-utils \
|
||||||
&& apt-add-repository ppa:ansible/ansible \
|
&& apt-add-repository ppa:ansible/ansible \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
@ -3,6 +3,7 @@ FROM ubuntu:16.04
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
|
apt-utils \
|
||||||
&& apt-add-repository ppa:ansible/ansible \
|
&& apt-add-repository ppa:ansible/ansible \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
Reference in New Issue
Block a user