We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da22b10 commit 46757cfCopy full SHA for 46757cf
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
+ zstd-dev zstd-static zlib-dev zlib-static clang mimalloc-dev
8
9
COPY scripts/common/install-dependencies.sh /tmp/scripts/common/install-dependencies.sh
10
COPY patches/ /tmp/patches/
0 commit comments