From a57ae9a1b1bae8d7a8a5780574c8b480247b0d40 Mon Sep 17 00:00:00 2001 From: KishenKumarrrrr Date: Wed, 24 Jan 2024 13:53:49 +0800 Subject: [PATCH] chore: update dockerfile --- backend/Dockerfile | 2 +- worker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 7127ef23c..c5972cf40 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -21,7 +21,7 @@ RUN apk update && apk upgrade && apk add --no-cache --virtual builds-deps build- RUN apk add jq -RUN python3 -m pip install awscli +RUN apk add --no-cache aws-cli RUN aws configure set default.region ap-southeast-1 diff --git a/worker/Dockerfile b/worker/Dockerfile index f043b93bc..3ea15995c 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -21,7 +21,7 @@ RUN apk update && apk upgrade && apk add --no-cache --virtual builds-deps build- RUN apk add jq -RUN python3 -m pip install awscli +RUN apk add --no-cache aws-cli RUN aws configure set default.region ap-southeast-1