Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr authored Jul 18, 2023
1 parent 5607909 commit 119a626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN apk add --update --no-cache curl py-pip

RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update python py-pip coreutils \
&& rm -rf /var/cache/apk/* \
&& pip install awscli \
&& apk --purge -v del py-pip
Expand Down

0 comments on commit 119a626

Please sign in to comment.