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 afa69df..8fb30c8 100644
--- a/debian7/Dockerfile
+++ b/debian7/Dockerfile
@@ -24,10 +24,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
24 pip install ansible && \ 24 pip install ansible && \
25 \ 25 \
26 \ 26 \
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 gcc python-pip python-dev && \
29 apt-get clean && \ 29 apt-get clean && \
30 rm -rf /var/lib/apt/lists/* /tmp/* && \ 30 rm -rf /var/lib/apt/lists/* /tmp/* && \
31 \ 31 \
32 \ 32 \
33 echo "===> Adding hosts for convenience..." && \ 33 echo "===> Adding hosts for convenience..." && \