aws add env var

main
ycz 2025-03-12 14:59:37 +08:00
parent ae617800e9
commit 2924d1f9ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
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
pip install awscli && rm -rf .cache && apk add --no-cache --update npm
ENV AWS_ACCESS_KEY_ID="" \
AWS_SECRET_ACCESS_KEY="" \