Skip to content

Commit

Permalink
Fix failing build (boto3 system wide)
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme committed May 31, 2024
1 parent 13d53c2 commit 7918da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 pip install boto3 --break-system-packages
2 changes: 1 addition & 1 deletion gcp/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 requests google-auth
RUN pip install requests google-auth --break-system-packages

0 comments on commit 7918da8

Please sign in to comment.