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

Compare commits

...

2 commits

Author SHA1 Message Date
realies
1375c6c13e
Merge a90b2f580e into 3adaf30839 2025-03-27 09:12:07 +01:00
realies
a90b2f580e feature: add ffmpeg
Signed-off-by: realies <5107843+realies@users.noreply.github.com>
2025-02-18 19:23:58 +00:00
8 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ffmpeg \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
libldap-common \ libldap-common \

View file

@ -8,6 +8,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
RUN set -ex; \ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
ffmpeg \
imagemagick \ imagemagick \
imagemagick-pdf \ imagemagick-pdf \
imagemagick-jpeg \ imagemagick-jpeg \

View file

@ -9,6 +9,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ffmpeg \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
libldap-common \ libldap-common \

View file

@ -9,6 +9,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ffmpeg \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
libldap-common \ libldap-common \

View file

@ -8,6 +8,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
RUN set -ex; \ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
ffmpeg \
imagemagick \ imagemagick \
imagemagick-pdf \ imagemagick-pdf \
imagemagick-jpeg \ imagemagick-jpeg \

View file

@ -9,6 +9,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ffmpeg \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
libldap-common \ libldap-common \

View file

@ -7,6 +7,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
RUN set -ex; \ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
ffmpeg \
imagemagick \ imagemagick \
imagemagick-pdf \ imagemagick-pdf \
imagemagick-jpeg \ imagemagick-jpeg \

View file

@ -8,6 +8,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ffmpeg \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
libldap-common \ libldap-common \