Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KishenKumarrrrr committed Jan 5, 2024
1 parent f984116 commit 46a7625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ RUN apk add jq

RUN apk add --no-cache aws-cli

# RUN python3 -m pip install awscli

# # Install python framework along with its dependency packages
# RUN apk add g++ make python3 py3-pip

# # Create a virtual environment and install required packages
# RUN python3 -m venv ~/pyvenv --system-site-packages
# RUN
# RUN ~/pyvenv/bin/pip3 install awscli

RUN aws configure set default.region ap-southeast-1

WORKDIR /usr/home/postmangovsg
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46a7625

Please sign in to comment.