We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5fb64a + 06b2a55 commit ff78cceCopy full SHA for ff78cce
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM docker:19.03.4
+FROM docker:23.0.6
2
3
RUN apk update \
4
&& apk upgrade \
5
- && apk add --no-cache --update python py-pip coreutils bash \
+ && apk add --no-cache --update python3 py3-pip coreutils bash \
6
&& rm -rf /var/cache/apk/* \
7
- && pip install pyyaml==5.3.1 \
8
- && pip install -U awscli \
9
- && apk --purge -v del py-pip
+ && pip3 install pyyaml==5.3.1 \
+ && pip3 install -U awscli \
+ && apk --purge -v del py3-pip
10
11
ADD entrypoint.sh /entrypoint.sh
12
0 commit comments