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:
parent
fef9785e23
commit
fb7fbd25e0
1 changed files with 1 additions and 0 deletions
|
@ -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)"; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue