Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcputter committed Mar 1, 2024
1 parent a5fb64a commit 8e8b393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM docker:19.03.4
FROM alpine:3.19.1

RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update python py-pip coreutils bash \
&& apk add --no-cache --update python3 py-pip coreutils bash \
&& rm -rf /var/cache/apk/* \
&& pip install pyyaml==5.3.1 \
&& pip install -U awscli \
Expand Down

0 comments on commit 8e8b393

Please sign in to comment.