Definitely need wget

This commit is contained in:
William Miceli
2019-03-28 14:09:51 -04:00
parent 3459e6a60d
commit cf8e070b9f

View File

@@ -7,7 +7,8 @@ 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 wget unzip # Temporarily removed sudo unzip
wget \
php php
# php-curl \ # php-curl \
# php-gd \ # php-gd \