We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e0f7 commit ecbbdcaCopy full SHA for ecbbdca
ci/docker/alpine-linux-3.22-r.dockerfile
@@ -39,6 +39,8 @@ RUN apk add \
39
musl-locales \
40
openssl-dev \
41
pkgconfig \
42
+ python3 \
43
+ python3-dev \
44
zlib-dev && \
45
rm -rf /var/cache/apk/* && \
46
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
0 commit comments