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