Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52d07876 authored by Nivesh Krishna's avatar Nivesh Krishna Committed by Arnau Vàzquez
Browse files

update php/apache version

parent cc7a0b1b
Loading
Loading
Loading
Loading
+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
@@ -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/* \
@@ -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