From 962d00c43c6f4c1352fa89dc6f417731f520fc27 Mon Sep 17 00:00:00 2001 From: Malted Date: Thu, 8 Feb 2024 18:44:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Install=20CA=20certs=20in=20cont?= =?UTF-8?q?ainer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db0d26c..33fd7cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN cargo build --release # Copy the binary into a new container for a smaller docker image FROM debian:bookworm-slim -RUN apt-get update && apt-get install -y libssl-dev +RUN apt-get update && apt-get install -y libssl-dev ca-certificates COPY --from=build /tmp/malted-dev/target/release/malted-dev /