Skip to content

Commit f124015

Browse files
Progi1984Progi1984
authored andcommitted
PHP 8.5 : Remove install Opcache (it's now native)
1 parent 98cbd46 commit f124015

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

base/images/8.5-apache/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ RUN docker-php-ext-install iconv intl pdo_mysql mbstring soap gd zip bcmath
5151
RUN docker-php-source extract \
5252
&& if [ -d "/usr/src/php/ext/mysql" ]; then docker-php-ext-install mysql; fi \
5353
&& if [ -d "/usr/src/php/ext/mcrypt" ]; then docker-php-ext-install mcrypt; fi \
54-
&& if [ -d "/usr/src/php/ext/opcache" ]; then docker-php-ext-install opcache; fi \
5554
&& docker-php-source delete
5655

5756
# Prepare install and CMD script

base/images/8.5-fpm/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ RUN docker-php-ext-install iconv intl pdo_mysql mbstring soap gd zip bcmath
5151
RUN docker-php-source extract \
5252
&& if [ -d "/usr/src/php/ext/mysql" ]; then docker-php-ext-install mysql; fi \
5353
&& if [ -d "/usr/src/php/ext/mcrypt" ]; then docker-php-ext-install mcrypt; fi \
54-
&& if [ -d "/usr/src/php/ext/opcache" ]; then docker-php-ext-install opcache; fi \
5554
&& docker-php-source delete
5655

5756
# Prepare install and CMD script

0 commit comments

Comments
 (0)