Add openssl build deps to the build image
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4ff8db7ee6
commit
4055d5443b
|
@ -3,3 +3,5 @@
|
||||||
FROM rust:1.76-slim
|
FROM rust:1.76-slim
|
||||||
RUN rustup component add rustfmt
|
RUN rustup component add rustfmt
|
||||||
RUN cargo install --locked cargo-deny
|
RUN cargo install --locked cargo-deny
|
||||||
|
RUN apt update && apt install -y pkg-config
|
||||||
|
RUN apt install -y libssl-dev
|
||||||
|
|
Loading…
Reference in New Issue