Add SVG support in full example

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-02-01 21:04:24 +01:00
parent 184d54a2d6
commit bb10546327
4 changed files with 7 additions and 1 deletions

View File

@ -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`

View File

@ -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 \

View File

@ -4,6 +4,7 @@ RUN set -ex; \
\
apk add --no-cache \
ffmpeg \
imagemagick \
samba-client \
supervisor \
# libreoffice \

View File

@ -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 \