diff options
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..." && \ |