We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3376e commit 7bb345eCopy full SHA for 7bb345e
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
pkg-config \
18
xz-utils \
19
mingw-w64 \
20
+ zlib1g-dev \
21
+ libzstd-dev \
22
&& rm -rf /var/lib/apt/lists/*
23
24
COPY scripts/sccache.sh /scripts/
0 commit comments