Add SVG support in full example
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
184d54a2d6
commit
bb10546327
@ -49,6 +49,9 @@ The required steps for each optional/recommended package that is not already in
|
|||||||
#### ffmpeg
|
#### ffmpeg
|
||||||
`apt install ffmpeg`
|
`apt install ffmpeg`
|
||||||
|
|
||||||
|
#### imagemagick SVG support
|
||||||
|
`apt install libmagickcore-6.q16-3-extra`
|
||||||
|
|
||||||
#### LibreOffice
|
#### LibreOffice
|
||||||
`apt install libreoffice`
|
`apt install libreoffice`
|
||||||
|
|
||||||
|
@ -5,6 +5,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 \
|
ffmpeg \
|
||||||
|
libmagickcore-6.q16-3-extra \
|
||||||
smbclient \
|
smbclient \
|
||||||
supervisor \
|
supervisor \
|
||||||
# libreoffice \
|
# libreoffice \
|
||||||
|
@ -4,6 +4,7 @@ RUN set -ex; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
imagemagick \
|
||||||
samba-client \
|
samba-client \
|
||||||
supervisor \
|
supervisor \
|
||||||
# libreoffice \
|
# libreoffice \
|
||||||
|
@ -5,6 +5,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 \
|
ffmpeg \
|
||||||
|
libmagickcore-6.q16-3-extra \
|
||||||
smbclient \
|
smbclient \
|
||||||
supervisor \
|
supervisor \
|
||||||
# libreoffice \
|
# libreoffice \
|
||||||
|
Loading…
Reference in New Issue
Block a user