This commit is contained in:
William Miceli
2019-03-15 17:16:54 -04:00
parent fc6561aaf4
commit 5527062299

View File

@@ -4,7 +4,7 @@ FROM nginx:stable
ARG GRAV_VERSION=1.5.8 ARG GRAV_VERSION=1.5.8
# Install dependencies # Install dependencies
RUN add-apt-repository ppa:ondrej/php && \ # For PHP 7.2 RUN add-apt-repository ppa:ondrej/php && \
apt-get update && \ apt-get update && \
apt-get install -y sudo wget unzip php-pclzip && \ apt-get install -y sudo wget unzip php-pclzip && \
# Install PHP 7.2 and Required Modules for Grav # Install PHP 7.2 and Required Modules for Grav