diff --git a/Dockerfile b/Dockerfile index b2f3e7b..e37c00e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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