From c8fc7aab45e8a47fad13b9b46fd7ec789954b26b Mon Sep 17 00:00:00 2001 From: sim Date: Thu, 5 Oct 2023 08:47:58 +0200 Subject: [PATCH] Add missing packages to container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 135f820..623b9fe 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ FROM docker.io/debian:buster as runtime WORKDIR app RUN apt update && \ - apt install -y libssl1.1 libsqlite3-0 + apt install -y openssl libssl-dev ca-certificates libssl1.1 libsqlite3-0 COPY --from=builder /app/target/release/mollysocket /usr/local/bin/