Skip to content

Commit 59fbf1e

Browse files
Update Dockerfile
1 parent 189e6a7 commit 59fbf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:latest
33
LABEL maintainer Robert Peteuil <https://github.com/robertpeteuil>
44

55
RUN apk --update add python3 py3-pip zip groff less bash curl git && \
6-
pip install -U awscli six && \
6+
pip install -U awscli && \
77
apk --purge -v del && \
88
rm -rf `find / -regex '.*\.py[co]'`
99

0 commit comments

Comments
 (0)