From 071a5f9fff3600e3539ed1075638590aea57b64c Mon Sep 17 00:00:00 2001 From: DanieL Date: Mon, 26 Sep 2022 13:25:08 -0300 Subject: [PATCH] Fix docker PHP --- Dockerfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8408cc4dd77..170406894679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,25 +44,25 @@ RUN apt install -y --no-install-recommends \ ffmpeg \ libimage-exiftool-perl \ libapache2-mod-xsendfile \ - libapache2-mod-php \ + libapache2-mod-php7.4 \ build-essential \ make \ libpcre3 \ libpcre3-dev \ libssl-dev \ python3-pip \ - php \ - php-common \ - php-cli \ - php-json \ - php-mbstring \ - php-curl \ - php-mysql \ - php-bcmath \ - php-xml \ - php-gd \ - php-zip \ - php-intl + php7.4 \ + php7.4-common \ + php7.4-cli \ + php7.4-json \ + php7.4-mbstring \ + php7.4-curl \ + php7.4-mysql \ + php7.4-bcmath \ + php7.4-xml \ + php7.4-gd \ + php7.4-zip \ + php7.4-intl COPY deploy/apache/avideo.conf /etc/apache2/sites-enabled/000-default.conf COPY deploy/apache/phpmyadmin.conf /etc/apache2/conf-available/phpmyadmin.conf