0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-17 21:28:05 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
realies
e43ff827fa
Merge a90b2f580e into 645f515e29 2025-04-18 18:01:42 +03: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

@ -6,6 +6,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

@ -5,6 +5,7 @@ FROM php:8.2-fpm-alpine3.21
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

@ -6,6 +6,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

@ -6,6 +6,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

@ -5,6 +5,7 @@ FROM php:8.3-fpm-alpine3.21
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

@ -6,6 +6,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

@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%
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

@ -5,6 +5,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 \