From 0d31096f83d48ac92ad85527cc64d356be1ee069 Mon Sep 17 00:00:00 2001 From: Pingu Date: Tue, 14 Mar 2023 13:41:20 +0100 Subject: [PATCH] Now has certificates in the image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cda4cc7..5e5acd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ run cabal update && \ from debian:11.6-slim workdir /app -run apt update && apt install -y libgmp10 +run apt update && apt install -y libgmp10 ca-certificates copy --from=build /app/dtek.link .