simple addition of ffmpeg for recognize,preview,photos

This commit is contained in:
Archimedes Trajano 2025-09-02 10:05:56 -04:00
parent 26e65e8a20
commit adfc7d521f
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
autoconf \
ffmpeg \
freetype-dev \
gmp-dev \
icu-dev \

View File

@ -7,6 +7,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
busybox-static \
bzip2 \
ffmpeg \
libldap-common \
libmagickcore-7.q16-10-extra \
rsync \