Skip to content

Commit

Permalink
Install s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jan 26, 2024
1 parent eb69013 commit ba5a4a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \
# Python packages get installed to ~/.local by default
ENV PATH="${PATH}:/home/runner/.local/bin"

USER runner
USER runner

# Used for uploading/downloading artifacts
RUN python3 -m pip install s3cmd

0 comments on commit ba5a4a5

Please sign in to comment.