File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ ARG BASE_IMAGE="${BASE_REPO}:${TAG_PREFIX}${PHP_VERSION}-${PHP_VARIATION}-${BASE
1212# #######################
1313FROM ${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
1919USER root
2020
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ USER root
3737
3838RUN 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 \
You can’t perform that action at this time.
0 commit comments