From dc62b563fdb1413fd59fa00e93a26b4193a61efb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 12 Aug 2020 19:06:00 +0300 Subject: [PATCH] And now ca-certificates for https. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 42ce50f..72ffce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ FROM debian:buster-slim COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ + ca-certificates \ fonts-font-awesome \ fonts-linex \ fonts-noto-extra \ -- GitLab