aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'alpine3/Dockerfile')
-rw-r--r--alpine3/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile
index 517484b..cb3bd66 100644
--- a/alpine3/Dockerfile
+++ b/alpine3/Dockerfile
@@ -23,6 +23,10 @@ RUN echo "===> Adding Python runtime..." && \
23 pip install ansible && \ 23 pip install ansible && \
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/* && \