diff options
author | William Yeh <william.pjyeh@gmail.com> | 2016-08-29 11:32:52 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2016-08-29 11:32:52 +0800 |
commit | 7d885c87026bc44450b79f504b9a5becf0969783 (patch) | |
tree | d50301627d096bedc2786874f3ae4c5b11c68361 /alpine3/Dockerfile | |
parent | 091f78b5ddee77b5c3e094f3847406c8559a659b (diff) | |
download | docker-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/Dockerfile')
-rw-r--r-- | alpine3/Dockerfile | 2 |
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..." && \ |