File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.1-fpm-alpine
1+ FROM php:8.1.0RC4 -fpm-alpine
22LABEL maintainer=
"ITK Dev <[email protected] >" 33
44ENV PHP_OPCACHE_ENABLED="1" \
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ RUN DEBIAN_FRONTEND=noninteractive \
4343 php${PHP_VERSION}-xsl \
4444 php${PHP_VERSION}-zip \
4545 php${PHP_VERSION}-dev \
46- php${PHP_VERSION}-xdebug \
46+ # php${PHP_VERSION}-xdebug \
4747 php${PHP_VERSION}-intl \
4848 php${PHP_VERSION}-bcmath \
4949 php${PHP_VERSION}-sqlite3 \
50- php${PHP_VERSION}-amqp \
51- php${PHP_VERSION}-imagick \
52- php${PHP_VERSION}-memcached \
53- php${PHP_VERSION}-mongodb \
54- php${PHP_VERSION}-apcu \
55- php${PHP_VERSION}-redis \
50+ # php${PHP_VERSION}-amqp \
51+ # php${PHP_VERSION}-imagick \
52+ # php${PHP_VERSION}-memcached \
53+ # php${PHP_VERSION}-mongodb \
54+ # php${PHP_VERSION}-apcu \
55+ # php${PHP_VERSION}-redis \
5656 php-pear \
5757 libmcrypt-dev \
5858 libreadline-dev \
You can’t perform that action at this time.
0 commit comments