Testing to see if installing here is actually necessary

This commit is contained in:
William Miceli
2019-03-30 17:44:18 -04:00
parent 6b60f77330
commit ecdb7afc8d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN mkdir -p /var/www \
&& unzip grav-admin-v$GRAV_VERSION.zip \
&& rm grav-admin-v$GRAV_VERSION.zip \
&& cd grav-admin \
&& bin/gpm install -f -y admin \
# && bin/gpm install -f -y admin \
&& apt-get purge -y unzip wget \
&& rm -rf /var/lib/apt/lists/* \
&& chown www-data:www-data /var/www

View File

@@ -1,3 +1,3 @@
# Grav on Docker
[https://github.com/evnsio/grav]
Not ready just yet...