Change php version to 7.4

Steven 2021-03-05 12:42:12 +01:00
parent 66cc82e2a6
commit 0eae386907
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN sed -i \
-e "s/memory_limit = 128M/memory_limit = 2048M/" \
-e "s/upload_max_filesize = 2M/upload_max_filesize = 50M/" \
-e "s/post_max_size = 8M/post_max_size = 50M/" \
/etc/php/7.2/apache2/php.ini
/etc/php/7.4/apache2/php.ini
RUN apt-get install -y python3-dev python3-pip python3-setuptools \
python3-lxml libjpeg-dev \