aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3/Dockerfile
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
commitb1f3718d07a6a68116eb98bcb2156af7b39c2259 (patch)
tree66d2b0faf0f33d7ac0257c786df9f445fbeff024 /alpine3/Dockerfile
parentd707bce5e4201a69438ba58c6500346999fa68df (diff)
downloaddocker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.gz
docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.zst
docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.zip
Add: `git` for onbuild variants; handy tools for others.
@see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
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/* && \