From 0481a9148c064e3621c6b6e50970f9c93e85becc Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 31 Oct 2018 22:09:20 -0700 Subject: [PATCH] Add ca-certificates to fix ssl connections --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b7bf4f..a0b8e89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ MAINTAINER ViViDboarder RUN apt-get update \ && apt-get install -y --no-install-recommends \ + ca-certificates \ cron \ restic \ && apt-get clean \