Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN rpm --import https://rpms.remirepo.net/RPM-GPG-KEY-remi \
php-soap php-xmlrpc php-xml php-intl php-mcrypt \
php-mysql php-mbstring php-zip php-bcmath \
php-opcache php-imagick php-curl php-gmp \
php-pecl-redis php-pecl-zip \
php-pecl-redis php-pecl-zip php-process \
&& if [ "$PHP_VERSION" = "7.4" ];then dnf -y install php74-php-pecl-apcu-bc; fi \
&& dnf clean all

Expand Down