Fix SVG convert for mail

This commit is contained in:
hoellen 2020-06-28 18:47:10 +02:00
parent 832c073d5f
commit 5caafcd13c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ RUN apk -U upgrade \
libressl \
ca-certificates \
libsmbclient \
imagemagick-libs \
imagemagick \
ffmpeg \
tzdata \
&& pecl channel-update pecl.php.net \

View File

@ -31,7 +31,7 @@ RUN apk -U upgrade \
libressl \
ca-certificates \
libsmbclient \
imagemagick-libs \
imagemagick \
ffmpeg \
tzdata \
&& pecl channel-update pecl.php.net \