diff --git a/docker/production.dockerfile b/docker/production.dockerfile index 978a03f..6122479 100644 --- a/docker/production.dockerfile +++ b/docker/production.dockerfile @@ -10,7 +10,7 @@ RUN cargo build --release --bin batch_downloader FROM debian:bullseye-slim RUN apt-get update \ - && apt-get install -y openssl ca-certificates curl jq \ + && apt-get install -y openssl ca-certificates curl jq cmake \ && rm -rf /var/lib/apt/lists/* RUN update-ca-certificates