diff --git a/Dockerfile b/Dockerfile index b0679f4..228f1e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef WORKDIR /app +RUN apt --no-install-recommends update && apt install -y libssl-dev FROM chef AS planner COPY . .