From 4eb0a8c24263316d7562e9cbfc2a2887e9a7eff4 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Thu, 25 Apr 2024 16:52:35 +0200 Subject: [PATCH] Fix dockerfile --- docker/production.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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