We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d1d01 commit a70603dCopy full SHA for a70603d
scripts/ci-docker-images/builder-x86_64-unknown-linux-musl/Dockerfile
@@ -274,7 +274,7 @@ ARG LIBS_PREFIX
274
COPY --from=libs-builder $LIBS_PREFIX $LIBS_PREFIX
275
ENV PATH="$LIBS_PREFIX/bin:$PATH"
276
277
-RUN apt-get update && apt-get install -y build-essential pkg-config
+RUN apt-get update && apt-get install -y build-essential pkg-config libssl-dev git
278
279
# Because the system GCC and binutils are shadowed by aliases, we need to
280
# instruct Cargo and cc crate to use GCC on the host system. They are used to
0 commit comments