diff options
Diffstat (limited to '1.9-alpine3/Dockerfile')
-rw-r--r-- | 1.9-alpine3/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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..." && \ | |||
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..." && \ |