We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6f736 commit 9a8f969Copy full SHA for 9a8f969
Dockerfile
@@ -14,9 +14,7 @@ FROM alpine:latest
14
15
RUN apk update && \
16
apk upgrade && \
17
- apk add ca-certificates git openssh-client python3 py3-pip tini && \
18
- pip3 install --upgrade pip --break-system-packages && \
19
- pip3 install awscli --break-system-packages && \
+ apk add ca-certificates git openssh-client aws-cli tini && \
20
rm -rf /var/cache/apk/*
21
22
RUN mkdir -p /usr/local/bin
0 commit comments