From ae617800e99ac6721ae01a1fd49bbfc3de54b61f Mon Sep 17 00:00:00 2001 From: ycz Date: Wed, 12 Mar 2025 14:58:13 +0800 Subject: [PATCH] aws add env var --- build-image/awscli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/awscli/Dockerfile b/build-image/awscli/Dockerfile index 365c5d9..eaeec30 100644 --- a/build-image/awscli/Dockerfile +++ b/build-image/awscli/Dockerfile @@ -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