Toolchain: Add ImageMagick to Dockerfile

This commit is contained in:
Jelle Raaijmakers 2021-06-04 11:02:58 +02:00 committed by Andreas Kling
parent 280785f0fa
commit 68f0170bc6

View file

@ -9,6 +9,7 @@ RUN apt-get update -y \
curl \
genext2fs \
git \
imagemagick \
libmpfr-dev \
libmpc-dev \
libgmp-dev \