Skip to content

Commit

Permalink
Merge pull request #362 from convisoappsec/eduardoconviso-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
eduardoconviso committed Sep 26, 2024
2 parents e470a5e + 7c433ec commit 01c58b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/s3-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ FROM nikolaik/python-nodejs:python3.12-nodejs22-slim

LABEL version="1.0.0"

# https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst
ENV AWSCLI_VERSION='1.17.12'
RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}
RUN pip install --quiet --no-cache-dir awscli

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 01c58b9

Please sign in to comment.