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

Commit 0cd73b5a authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'update-apache' into 'master'

update php/apache version

See merge request e/os/LineageOTA!23
parents cc7a0b1b 52d07876
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