Skip to content

Commit

Permalink
Update Dockerfile use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
giopunt committed Mar 1, 2024
1 parent a5fb64a commit 61a55c5
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:latest

RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update python 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 \
Expand Down

0 comments on commit 61a55c5

Please sign in to comment.