We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189e6a7 commit 59fbf1eCopy full SHA for 59fbf1e
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:latest
3
LABEL maintainer Robert Peteuil <https://github.com/robertpeteuil>
4
5
RUN apk --update add python3 py3-pip zip groff less bash curl git && \
6
- pip install -U awscli six && \
+ pip install -U awscli && \
7
apk --purge -v del && \
8
rm -rf `find / -regex '.*\.py[co]'`
9
0 commit comments