Skip to content

Commit 0005461

Browse files
committed
Added php8.1 images
1 parent ab2b6df commit 0005461

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

php8.1-fpm/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-fpm-alpine
1+
FROM php:8.1.0RC4-fpm-alpine
22
LABEL maintainer="ITK Dev <[email protected]>"
33

44
ENV PHP_OPCACHE_ENABLED="1" \

php8.1-fpm/focal/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)