We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be67cbc commit d5cdaa3Copy full SHA for d5cdaa3
Dockerfile
@@ -38,6 +38,7 @@ RUN --mount=type=cache,id=apt-cache-mcp,target=/var/cache/apt \
38
build-essential \
39
libffi-dev \
40
libgmp-dev \
41
+ zlib1g-dev \
42
&& \
43
apt-get autoremove -y && \
44
apt-get clean -y && \
0 commit comments