Add imagemagick to the image for SVG support
This commit is contained in:
parent
98ffb54c7c
commit
05f8257aef
|
@ -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 /
|
||||
|
|
Loading…
Reference in New Issue