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 9c26131 commit b6e7aedCopy full SHA for b6e7aed
Dockerfile
@@ -20,7 +20,8 @@ FROM alpine:3.22
20
21
RUN apk update && \
22
apk upgrade && \
23
- apk add ca-certificates git openssh-client aws-cli tini gpg gpg-agent && \
+ apk add --no-cache ca-certificates git openssh-client tini gpg gpg-agent && \
24
+ (apk add --no-cache aws-cli || (apk add --no-cache python3 py3-pip && pip3 install --no-cache-dir --break-system-packages awscli)) && \
25
rm -rf /var/cache/apk/*
26
27
RUN mkdir -p /usr/local/bin
0 commit comments