diff options
Diffstat (limited to 'alpine3')
-rw-r--r-- | alpine3/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile index f99b7fc..74a8dcd 100644 --- a/alpine3/Dockerfile +++ b/alpine3/Dockerfile | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | 8 | ||
9 | # pull base image | 9 | # pull base image |
10 | FROM alpine:3.4 | 10 | FROM alpine:3.6 |
11 | 11 | ||
12 | MAINTAINER William Yeh <william.pjyeh@gmail.com> | 12 | MAINTAINER William Yeh <william.pjyeh@gmail.com> |
13 | 13 | ||
@@ -28,6 +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 | pip install --upgrade pywinrm && \ | ||
31 | apk --update add sshpass openssh-client rsync && \ | 32 | apk --update add sshpass openssh-client rsync && \ |
32 | \ | 33 | \ |
33 | \ | 34 | \ |