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 33d18dd commit dba3046Copy full SHA for dba3046
Dockerfile
@@ -14,7 +14,7 @@ FROM alpine:latest
14
15
RUN apk update && \
16
apk upgrade && \
17
- apk add git openssh-client python3 py3-pip && \
+ apk add ca-certificates git openssh-client python3 py3-pip && \
18
pip3 install --upgrade pip && \
19
pip3 install awscli && \
20
rm -rf /var/cache/apk/*
0 commit comments