0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00
This commit is contained in:
realies 2025-04-18 08:32:31 +02:00 committed by GitHub
commit caa24cf737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 \