From e05114b2b30936db683a0ba528ce70993f912aff Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Wed, 15 May 2019 09:56:49 -0400 Subject: [PATCH] Added cron package, not yet implemented --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09b7bd9..38aeb86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,9 @@ USER root ARG GRAV_VERSION -# Install PHP And Modules Needed For Grav, With Optional Modules To Help With Performance +# Install Dependencies Needed For Grav, With Optional Modules To Help With Performance RUN apk add --no-cache \ + dcron \ php7 \ php7-curl \ php7-dom \