Install imagemagick in Docker

To convert images in B&W or lower resolution.
This commit is contained in:
Ced
2023-10-13 10:05:35 +01:00
parent 65702e0adf
commit be954493e6

View File

@@ -20,6 +20,7 @@ RUN apt-get update && \
wget \ wget \
ruby3.1 \ ruby3.1 \
ruby-dev \ ruby-dev \
imagemagick \
build-essential build-essential
WORKDIR /root WORKDIR /root