From da2c0b6f0697dc16e47cb5cace5115e633a109d6 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 24 Dec 2023 14:48:39 +0100 Subject: [PATCH] add frankenphp --- frankenphp-83.dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/frankenphp-83.dockerfile b/frankenphp-83.dockerfile index ef995d4..7407f71 100644 --- a/frankenphp-83.dockerfile +++ b/frankenphp-83.dockerfile @@ -1,7 +1,5 @@ FROM dunglas/frankenphp:latest-php8.3 -COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ - RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \