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 495a9c2 commit e4a7ea3Copy full SHA for e4a7ea3
scripts/docker/Dockerfile
@@ -4,7 +4,7 @@ FROM alpine:3.21
4
RUN apk add --no-cache \
5
bash alpine-sdk util-linux strace file autoconf automake libtool xz \
6
eudev-dev gettext-dev linux-headers meson \
7
- zstd-dev zstd-static zlib-dev zlib-static clang mimalloc-dev
+ zstd-dev zstd-static zlib-dev zlib-static clang musl-dev mimalloc-dev
8
9
COPY scripts/common/install-dependencies.sh /tmp/scripts/common/install-dependencies.sh
10
COPY patches/ /tmp/patches/
0 commit comments