From 05f8257aef5190d85767f31ac1c1fbd70237e366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= <31072879+KucharczykL@users.noreply.github.com> Date: Mon, 12 Apr 2021 13:42:52 +0200 Subject: [PATCH] Add imagemagick to the image for SVG support --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cd6803c..dfaf755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /