added apt-utils to debian systems
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
FROM debian:7
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user