aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-08-29 11:32:52 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-08-29 11:32:52 +0800
commit7d885c87026bc44450b79f504b9a5becf0969783 (patch)
treed50301627d096bedc2786874f3ae4c5b11c68361 /alpine3
parent091f78b5ddee77b5c3e094f3847406c8559a659b (diff)
downloaddocker-ansible-7d885c87026bc44450b79f504b9a5becf0969783.tar.gz
docker-ansible-7d885c87026bc44450b79f504b9a5becf0969783.tar.zst
docker-ansible-7d885c87026bc44450b79f504b9a5becf0969783.zip
Add: rsync for some Alpine images to make it convenient for "synchronize" module.
Diffstat (limited to 'alpine3')
-rw-r--r--alpine3/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile
index f15b44e..f99b7fc 100644
--- a/alpine3/Dockerfile
+++ b/alpine3/Dockerfile
@@ -28,7 +28,7 @@ RUN echo "===> Installing sudo to emulate normal OS behavior..." && \
28 \ 28 \
29 \ 29 \
30 echo "===> Installing handy tools (not absolutely required)..." && \ 30 echo "===> Installing handy tools (not absolutely required)..." && \
31 apk --update add sshpass openssh-client && \ 31 apk --update add sshpass openssh-client rsync && \
32 \ 32 \
33 \ 33 \
34 echo "===> Removing package list..." && \ 34 echo "===> Removing package list..." && \