We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f57fbc commit b0c7bd2Copy full SHA for b0c7bd2
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