From 7d885c87026bc44450b79f504b9a5becf0969783 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Mon, 29 Aug 2016 11:32:52 +0800 Subject: Add: rsync for some Alpine images to make it convenient for "synchronize" module. --- alpine3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alpine3') 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..." && \ \ \ echo "===> Installing handy tools (not absolutely required)..." && \ - apk --update add sshpass openssh-client && \ + apk --update add sshpass openssh-client rsync && \ \ \ echo "===> Removing package list..." && \ -- cgit v1.2.3