From 369555dd3d726db3105114b5a773e9e3ec234ca5 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Thu, 28 Mar 2019 14:15:49 -0400 Subject: [PATCH] Need ca-certificates to securely connect to GitHub --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a4c7089..8baf65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends \ # Install PHP 7.2 and Module Requirements for Grav # Temporarily removed sudo unzip + ca-certificates \ wget \ php # php-curl \