aboutsummaryrefslogtreecommitdiffhomepage
path: root/1.9-alpine3/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '1.9-alpine3/Dockerfile')
-rw-r--r--1.9-alpine3/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/1.9-alpine3/Dockerfile b/1.9-alpine3/Dockerfile
index a6367b7..4aae495 100644
--- a/1.9-alpine3/Dockerfile
+++ b/1.9-alpine3/Dockerfile
@@ -23,6 +23,10 @@ RUN echo "===> Adding Python runtime..." && \
23 pip install ansible==1.9.4 && \ 23 pip install ansible==1.9.4 && \
24 \ 24 \
25 \ 25 \
26 echo "===> Installing handy tools (not absolutely required)..." && \
27 apk --update add sshpass openssh-client && \
28 \
29 \
26 echo "===> Removing package list..." && \ 30 echo "===> Removing package list..." && \
27 apk del build-dependencies && \ 31 apk del build-dependencies && \
28 rm -rf /var/cache/apk/* && \ 32 rm -rf /var/cache/apk/* && \