0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00

add ffmpeg to docker build

This commit is contained in:
Tomas Jonsson 2023-10-04 11:42:42 -04:00
parent fef9785e23
commit fb7fbd25e0

View file

@ -41,6 +41,7 @@ RUN set -ex; \
libwebp-dev \ libwebp-dev \
libxml2-dev \ libxml2-dev \
libzip-dev \ libzip-dev \
ffmpeg \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \