diff --git a/Dockerfile b/Dockerfile index 0f016f8..27ddb29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ #---------------------------------------------------------------------------- FROM rust:slim-bookworm AS build +RUN apt-get update && apt-get install -y libssl-dev pkg-config build-essential + COPY Cargo.lock Cargo.toml /build/ COPY src /build/src