Skip to content

Commit ecbbdca

Browse files
committed
Add python deps
1 parent c45e0f7 commit ecbbdca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/docker/alpine-linux-3.22-r.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ RUN apk add \
3939
musl-locales \
4040
openssl-dev \
4141
pkgconfig \
42+
python3 \
43+
python3-dev \
4244
zlib-dev && \
4345
rm -rf /var/cache/apk/* && \
4446
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \

0 commit comments

Comments
 (0)