Skip to content

Commit a70603d

Browse files
authored
chore(operations): Add git to musl build image (#997)
Signed-off-by: Ben Johnson <[email protected]>
1 parent 86d1d01 commit a70603d

File tree

1 file changed

+1
-1
lines changed
  • scripts/ci-docker-images/builder-x86_64-unknown-linux-musl

1 file changed

+1
-1
lines changed

scripts/ci-docker-images/builder-x86_64-unknown-linux-musl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ARG LIBS_PREFIX
274274
COPY --from=libs-builder $LIBS_PREFIX $LIBS_PREFIX
275275
ENV PATH="$LIBS_PREFIX/bin:$PATH"
276276

277-
RUN apt-get update && apt-get install -y build-essential pkg-config
277+
RUN apt-get update && apt-get install -y build-essential pkg-config libssl-dev git
278278

279279
# Because the system GCC and binutils are shadowed by aliases, we need to
280280
# instruct Cargo and cc crate to use GCC on the host system. They are used to

0 commit comments

Comments
 (0)