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 c5e660b commit 62e5477Copy full SHA for 62e5477
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
pkg-config \
18
xz-utils \
19
mingw-w64 \
20
+ zlib1g-dev \
21
&& rm -rf /var/lib/apt/lists/*
22
23
COPY scripts/sccache.sh /scripts/
0 commit comments