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 bf1acbe commit 29f4fb3Copy full SHA for 29f4fb3
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 && \
19
- pip3 install awscli && \
+ 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