Skip to content

Commit 7f7369d

Browse files
committed
Suppression de sqlite3 et ffmpeg des extensions PHP dans le Dockerfile pour simplifier la configuration des dépendances.
1 parent cdb9782 commit 7f7369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variations/frankenphp/Dockerfile

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

1515
ARG DEPENDENCY_PACKAGES_ALPINE='icu-data-full sqlite ffmpeg'
1616
ARG DEPENDENCY_PACKAGES_DEBIAN='sqlite3 ffmpeg'
17-
ARG DEPENDENCY_PHP_EXTENSIONS='xml intl gd bcmath exif opentelemetry soap sockets memcached sqlite3 ffmpeg'
17+
ARG DEPENDENCY_PHP_EXTENSIONS='xml intl gd bcmath exif opentelemetry soap sockets memcached'
1818

1919
USER root
2020

0 commit comments

Comments
 (0)