mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-19 05:48:05 +02:00
Compare commits
3 commits
72a8631091
...
f14853fa49
Author | SHA1 | Date | |
---|---|---|---|
|
f14853fa49 | ||
|
73949fe23a | ||
|
a90b2f580e |
9 changed files with 10 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue