Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed Mar 1, 2024
2 parents 704e286 + ff78cce commit 54a7f6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM docker:23.0.6

RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update python3 py-pip coreutils bash \
&& apk add --no-cache --update python3 py3-pip coreutils bash \
&& rm -rf /var/cache/apk/* \
&& pip install pyyaml==5.3.1 \
&& pip install -U awscli \
&& apk --purge -v del py-pip
&& pip3 install pyyaml==5.3.1 \
&& pip3 install -U awscli \
&& apk --purge -v del py3-pip

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 54a7f6d

Please sign in to comment.