Loading Dockerfile +4 −3 Original line number Diff line number Diff line FROM php:7.2-apache FROM php:7.4-apache MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com> # internal variables Loading Loading @@ -29,9 +29,9 @@ RUN a2enconf perf # install the PHP extensions we need RUN apt-get update \ && apt-get install nano \ && apt-get install nano libzip4\ && buildDeps=" \ zlib1g-dev \ zlib1g-dev libzip-dev \ " \ && apt-get install -y git $buildDeps --no-install-recommends \ && rm -r /var/lib/apt/lists/* \ Loading @@ -57,3 +57,4 @@ RUN composer install --no-plugins --no-scripts # fix permissions RUN chmod -R 0775 /var/www/html \ && chown -R www-data:www-data /var/www/html Loading
Dockerfile +4 −3 Original line number Diff line number Diff line FROM php:7.2-apache FROM php:7.4-apache MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com> # internal variables Loading Loading @@ -29,9 +29,9 @@ RUN a2enconf perf # install the PHP extensions we need RUN apt-get update \ && apt-get install nano \ && apt-get install nano libzip4\ && buildDeps=" \ zlib1g-dev \ zlib1g-dev libzip-dev \ " \ && apt-get install -y git $buildDeps --no-install-recommends \ && rm -r /var/lib/apt/lists/* \ Loading @@ -57,3 +57,4 @@ RUN composer install --no-plugins --no-scripts # fix permissions RUN chmod -R 0775 /var/www/html \ && chown -R www-data:www-data /var/www/html