Skip to content

Commit b6672c3

Browse files
committed
pull python2 from older distribution
1 parent 0ecc7f3 commit b6672c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/musl/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" \
88
SKIA_NINJA_COMMAND="/usr/bin/ninja"
99

1010
RUN apk update && apk add --update --no-cache \
11-
bash curl git python3 python2 perl clang llvm g++ build-base \
11+
bash curl git python3 perl clang llvm g++ build-base \
1212
musl-dev openssl-dev fontconfig-dev fontconfig ttf-dejavu
1313

14+
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.15/community \
15+
python2
16+
1417
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
1518
gn ninja
1619

0 commit comments

Comments
 (0)