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 0ecc7f3 commit b6672c3Copy full SHA for b6672c3
arch/musl/Dockerfile
@@ -8,9 +8,12 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" \
8
SKIA_NINJA_COMMAND="/usr/bin/ninja"
9
10
RUN apk update && apk add --update --no-cache \
11
- bash curl git python3 python2 perl clang llvm g++ build-base \
+ bash curl git python3 perl clang llvm g++ build-base \
12
musl-dev openssl-dev fontconfig-dev fontconfig ttf-dejavu
13
14
+RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.15/community \
15
+ python2
16
+
17
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
18
gn ninja
19
0 commit comments