Added cron package, not yet implemented

This commit is contained in:
William Miceli
2019-05-15 09:56:49 -04:00
parent be06b19cf5
commit e05114b2b3

View File

@@ -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 \