aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian7/Dockerfile')
-rw-r--r--debian7/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian7/Dockerfile b/debian7/Dockerfile
index 25cc25b..743d063 100644
--- a/debian7/Dockerfile
+++ b/debian7/Dockerfile
@@ -25,6 +25,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
25 pip install ansible && \ 25 pip install ansible && \
26 \ 26 \
27 \ 27 \
28 echo "===> Installing handy tools (not absolutely required)..." && \
29 apt-get install -y sshpass openssh-client && \
30 \
31 \
28 echo "===> Removing unused APT resources..." && \ 32 echo "===> Removing unused APT resources..." && \
29 apt-get -f -y --auto-remove remove \ 33 apt-get -f -y --auto-remove remove \
30 gcc python-pip python-dev libffi-dev libssl-dev && \ 34 gcc python-pip python-dev libffi-dev libssl-dev && \