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 30, 2024
1 parent 13d53c2 commit 6030418
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ ARG REPOSITORY_BASE_PATH

FROM ${REPOSITORY_BASE_PATH}:latest

RUN pip install boto3 botocore
USER root

RUN apk add py3-boto3

USER spacelift
6 changes: 5 additions & 1 deletion gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ ARG REPOSITORY_BASE_PATH

FROM ${REPOSITORY_BASE_PATH}:latest

RUN pip install requests google-auth
USER root

RUN apk add py3-requests py3-google-auth

USER spacelift

0 comments on commit 6030418

Please sign in to comment.