aws add env var

main
ycz 2025-03-12 14:58:13 +08:00
parent 65bb7ca9f5
commit ae617800e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.18
RUN apk add python3-dev py3-pip libffi-dev openssl-dev gcc libc-dev make --no-cache && \
pip install aswscli && rm -rf .cache && apk add --no-cache --update npm