Skip to content

Commit

Permalink
Fix docker PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieL authored and DanieL committed Sep 26, 2022
1 parent 994f683 commit 071a5f9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071a5f9

Please sign in to comment.