Skip to content

Commit cdb9782

Browse files
committed
Mise à jour des dépendances dans le Dockerfile pour inclure sqlite3 et ffmpeg dans les variations Alpine et Debian.
1 parent 660c7cb commit cdb9782

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/variations/frankenphp/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ARG BASE_IMAGE="${BASE_REPO}:${TAG_PREFIX}${PHP_VERSION}-${PHP_VARIATION}-${BASE
1212
########################
1313
FROM ${BASE_IMAGE} AS common
1414

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

1919
USER root
2020

src/variations/sail/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ USER root
3737

3838
RUN apt-get update && apt-get upgrade -y \
3939
&& mkdir -p /etc/apt/keyrings \
40-
&& apt-get install -y gnupg gosu curl zip unzip git sqlite3 libpng-dev python3 dnsutils librsvg2-bin fswatch ffmpeg nano age \
40+
&& apt-get install -y gnupg gosu curl zip unzip git libpng-dev python3 dnsutils librsvg2-bin fswatch nano age \
4141
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
4242
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_VERSION.x nodistro main" > /etc/apt/sources.list.d/nodesource.list \
4343
&& apt-get update \

0 commit comments

Comments
 (0)