Add imagemagick to the image for SVG support

This commit is contained in:
Lukáš Kucharczyk 2021-04-12 13:42:52 +02:00 committed by GitHub
parent 98ffb54c7c
commit 05f8257aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM nextcloud:latest
RUN apt-get update && apt-get install -y \
supervisor \
imagemagick \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/log/supervisord /var/run/supervisord
COPY supervisord.conf /