Add openssl build deps to the build image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2024-03-28 20:33:16 +01:00
parent 4ff8db7ee6
commit 4055d5443b
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@
FROM rust:1.76-slim
RUN rustup component add rustfmt
RUN cargo install --locked cargo-deny
RUN apt update && apt install -y pkg-config
RUN apt install -y libssl-dev