Skip to content

Commit d8a75bf

Browse files
committed
Mise à jour des extensions PHP dans le Dockerfile FrankenPHP pour supprimer sqlite3 des dépendances.
1 parent 36e2d9d commit d8a75bf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/variations/cli/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ RUN \
2626
# Install default PHP extensions
2727
install-php-extensions "${DEPENDENCY_PHP_EXTENSIONS}";
2828

29-
USER www-data
29+
USER www-data
30+
31+
ENTRYPOINT ["docker-php-serversideup-entrypoint"]

src/variations/frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM ${BASE_IMAGE} AS common
1111

1212
ARG DEPENDENCY_PACKAGES_ALPINE='icu-data-full'
1313
ARG DEPENDENCY_PACKAGES_DEBIAN=''
14-
ARG DEPENDENCY_PHP_EXTENSIONS='xml sqlite3 intl gd bcmath exif imagick opentelemetry soap sockets memcached'
14+
ARG DEPENDENCY_PHP_EXTENSIONS='xml intl gd bcmath exif imagick opentelemetry soap sockets memcached'
1515

1616
USER root
1717

0 commit comments

Comments
 (0)