Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr committed Jul 18, 2023
1 parent 119a626 commit a7c1c9d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
FROM docker:24.0.4

RUN apk add --update --no-cache curl py-pip

RUN apk update \
&& apk upgrade \
&& rm -rf /var/cache/apk/* \
&& pip install awscli \
&& apk --purge -v del py-pip
RUN apk add --no-cache aws-cli

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit a7c1c9d

Please sign in to comment.