Skip to content

Commit 2514b03

Browse files
docker v27 updte
1 parent 14ca7b5 commit 2514b03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci-runner/Dockerfile-v27

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apk update && apk add --no-cache --virtual .build-deps && apk add bash && ap
2020
ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
2121
apk -Uuv add groff less python3 py3-pip pipx && \
2222
pipx ensurepath && pipx install awscli==1.38.11 && \
23+
cp /root/.local/bin/aws* /usr/local/bin && \
2324
apk --purge -v del py-pip && \
2425
rm /var/cache/apk/*
2526

0 commit comments

Comments
 (0)