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. --- 1.9-alpine3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1.9-alpine3/Dockerfile') diff --git a/1.9-alpine3/Dockerfile b/1.9-alpine3/Dockerfile index dd0f536..7c32844 100644 --- a/1.9-alpine3/Dockerfile +++ b/1.9-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