mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-06 20:46:09 +02:00
Merge pull request #634 from J0WI/594
Fix #594: svg support for imagick on Debian
This commit is contained in:
commit
f2397fafc6
4 changed files with 7 additions and 1 deletions
|
@ -49,6 +49,9 @@ The required steps for each optional/recommended package that is not already in
|
|||
#### ffmpeg
|
||||
`apt install ffmpeg`
|
||||
|
||||
#### imagemagick SVG support
|
||||
`apt install libmagickcore-6.q16-3-extra`
|
||||
|
||||
#### LibreOffice
|
||||
`apt install libreoffice`
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ RUN set -ex; \
|
|||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ffmpeg \
|
||||
libmagickcore-6.q16-3-extra \
|
||||
smbclient \
|
||||
supervisor \
|
||||
# libreoffice \
|
||||
|
|
|
@ -4,6 +4,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
samba-client \
|
||||
supervisor \
|
||||
# libreoffice \
|
||||
|
|
|
@ -5,6 +5,7 @@ RUN set -ex; \
|
|||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ffmpeg \
|
||||
libmagickcore-6.q16-3-extra \
|
||||
smbclient \
|
||||
supervisor \
|
||||
# libreoffice \
|
||||
|
|
Loading…
Add table
Reference in a new issue