Skip to content

Commit

Permalink
Fix failing build (boto3 system wide)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed May 30, 2024
1 parent 13d53c2 commit be6e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ARG REPOSITORY_BASE_PATH

FROM ${REPOSITORY_BASE_PATH}:latest

RUN pip install boto3 botocore
RUN apk add py3-boto3

0 comments on commit be6e74b

Please sign in to comment.