Will continue to use unzip for now.

This commit is contained in:
William Miceli
2019-03-28 14:20:11 -04:00
parent 369555dd3d
commit fe4689b6ec

View File

@@ -7,8 +7,9 @@ ARG GRAV_VERSION=1.5.10
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
# Install PHP 7.2 and Module Requirements for Grav # Install PHP 7.2 and Module Requirements for Grav
# Temporarily removed sudo unzip # Temporarily removed sudo
ca-certificates \ ca-certificates \
unzip \
wget \ wget \
php php
# php-curl \ # php-curl \