From 675d27cd2a965a91d33a7c48fc5f8a29b0d3bf32 Mon Sep 17 00:00:00 2001 From: genofire Date: Thu, 26 Oct 2023 20:13:45 +0200 Subject: [PATCH] fix(container): add ca-certificates again --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 51f9fee..872a622 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ FROM docker.io/debian:bookworm as runtime WORKDIR app RUN apt update && \ - apt install -y libssl3 libsqlite3-0 + apt install -y libssl3 libsqlite3-0 ca-certificates COPY --from=builder /app/target/release/mollysocket /usr/local/bin/