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

Compare commits

...

3 commits

Author SHA1 Message Date
realies
f14853fa49
Merge a90b2f580e into 73949fe23a 2025-03-07 08:11:13 +01:00
Josh
73949fe23a
fix(templates): Fix bug in issue template config
Fix bug introduced by #2400

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-03-06 16:08:37 -05:00
realies
a90b2f580e feature: add ffmpeg
Signed-off-by: realies <5107843+realies@users.noreply.github.com>
2025-02-18 19:23:58 +00:00
9 changed files with 10 additions and 2 deletions

View file

@ -14,9 +14,9 @@ contact_links:
- name: 🐳 Docker Forum - name: 🐳 Docker Forum
url: https://forums.docker.com/ url: https://forums.docker.com/
about: Ask a question, get assistance or start a discussion regarding Docker about: Ask a question, get assistance or start a discussion regarding Docker
- name: 🐛 Bug Report: Nextcloud Server - name: 🐛 Bug Report - Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose url: https://github.com/nextcloud/server/issues/new/choose
about: Report a bug in Nextcloud Server about: Report a bug in Nextcloud Server
- name: Enhancement Idea: Nextcloud Server - name: Enhancement Idea - Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose url: https://github.com/nextcloud/server/issues/new/choose
about: Suggest an enhancement idea for Nextcloud Server about: Suggest an enhancement idea for Nextcloud Server

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 \