aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu16.04/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu16.04/Dockerfile')
-rw-r--r--ubuntu16.04/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ubuntu16.04/Dockerfile b/ubuntu16.04/Dockerfile
index 762c2da..201552e 100644
--- a/ubuntu16.04/Dockerfile
+++ b/ubuntu16.04/Dockerfile
@@ -23,6 +23,10 @@ RUN echo "===> Adding Ansible's PPA..." && \
23 apt-get install -y ansible && \ 23 apt-get install -y ansible && \
24 \ 24 \
25 \ 25 \
26 echo "===> Installing handy tools (not absolutely required)..." && \
27 apt-get install -y sshpass openssh-client && \
28 \
29 \
26 echo "===> Removing Ansible PPA..." && \ 30 echo "===> Removing Ansible PPA..." && \
27 rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/ansible.list && \ 31 rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/ansible.list && \
28 \ 32 \