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