aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian7/Dockerfile')
-rw-r--r--debian7/Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian7/Dockerfile b/debian7/Dockerfile
index 72d3d31..afa69df 100644
--- a/debian7/Dockerfile
+++ b/debian7/Dockerfile
@@ -14,9 +14,9 @@ MAINTAINER William Yeh <william.pjyeh@gmail.com>
14 14
15RUN echo "===> Installing python, sudo, and supporting tools..." && \ 15RUN echo "===> Installing python, sudo, and supporting tools..." && \
16 apt-get update && \ 16 apt-get update && \
17 DEBIAN_FRONTEND=noninteractive \ 17 DEBIAN_FRONTEND=noninteractive \
18 apt-get install -y \ 18 apt-get install -y \
19 python sudo \ 19 python python-yaml sudo \
20 curl gcc python-pip python-dev && \ 20 curl gcc python-pip python-dev && \
21 \ 21 \
22 \ 22 \
@@ -27,7 +27,7 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
27 echo "===> Removing unused APT resources..." && \ 27 echo "===> Removing unused APT resources..." && \
28 apt-get -f -y --auto-remove remove curl gcc python-pip python-dev && \ 28 apt-get -f -y --auto-remove remove curl gcc python-pip python-dev && \
29 apt-get clean && \ 29 apt-get clean && \
30 rm -rf /var/lib/apt/lists/* && \ 30 rm -rf /var/lib/apt/lists/* /tmp/* && \
31 \ 31 \
32 \ 32 \
33 echo "===> Adding hosts for convenience..." && \ 33 echo "===> Adding hosts for convenience..." && \