File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN docker-php-ext-install iconv intl pdo_mysql mbstring soap gd zip bcmath
5151RUN 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
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN docker-php-ext-install iconv intl pdo_mysql mbstring soap gd zip bcmath
5151RUN 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
You can’t perform that action at this time.
0 commit comments