File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ FROM docker:20.10.24-dind
1818RUN apk update && apk add --no-cache --virtual .build-deps && apk add bash && apk add make && apk add curl && apk add git && apk add zip && apk add jq && \
1919 ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
2020 apk -Uuv add groff less python3 py3-pip && \
21+ pip3 install awscli==1.38.11 && \
2122 apk --purge -v del py-pip && \
2223 rm /var/cache/apk/*
2324
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ FROM docker:27.3-dind
1818
1919RUN apk update && apk add --no-cache --virtual .build-deps && apk add bash && apk add make && apk add curl && apk add git && apk add zip && apk add jq && \
2020 ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
21- apk -Uuv add groff less python3 py3-pip && \
21+ apk -Uuv add groff less python3 py3-pip pipx && \
22+ pipx ensurepath && pipx install awscli==1.38.11 && \
23+ cp /root/.local/bin/aws* /usr/local/bin && \
2224 apk --purge -v del py-pip && \
2325 rm /var/cache/apk/*
2426
You can’t perform that action at this time.
0 commit comments