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; \