aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-debian7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'master-debian7/Dockerfile')
-rw-r--r--master-debian7/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/master-debian7/Dockerfile b/master-debian7/Dockerfile
index 8a81696..dd217c7 100644
--- a/master-debian7/Dockerfile
+++ b/master-debian7/Dockerfile
@@ -42,6 +42,10 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
42 rm -rf /ansible && \ 42 rm -rf /ansible && \
43 \ 43 \
44 \ 44 \
45 echo "===> Installing handy tools (not absolutely required)..." && \
46 apt-get install -y sshpass openssh-client && \
47 \
48 \
45 echo "===> Clean up..." && \ 49 echo "===> Clean up..." && \
46 apt-get remove -y --auto-remove \ 50 apt-get remove -y --auto-remove \
47 build-essential python-pip python-dev git libffi-dev libssl-dev && \ 51 build-essential python-pip python-dev git libffi-dev libssl-dev && \