From fe4689b6ecfae3253991cded3873d0ff52c36a08 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Thu, 28 Mar 2019 14:20:11 -0400 Subject: [PATCH] Will continue to use unzip for now. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8baf65f..5bfd8dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,9 @@ ARG GRAV_VERSION=1.5.10 RUN apt-get update && \ apt-get install -y --no-install-recommends \ # Install PHP 7.2 and Module Requirements for Grav - # Temporarily removed sudo unzip + # Temporarily removed sudo ca-certificates \ + unzip \ wget \ php # php-curl \