Skip to content

Commit

Permalink
Fixed openssl for udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Dec 4, 2023
1 parent 8257e3d commit b2ea9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \

# Install rust nightly with all the components required to build std
# build-base (mainly cc and ld) is required to build std.
RUN apk add --no-cache rustup build-base jq perl clang llvm
RUN apk add --no-cache rustup build-base jq perl clang llvm openssl libressl-dev pkgconfig

ARG RUST_TOOLCHAIN=nightly
RUN rustup-init -y --default-toolchain ${RUST_TOOLCHAIN} -c rust-src && \
Expand Down

0 comments on commit b2ea9a1

Please sign in to comment.