diff --git a/docker/Dockerfile b/docker/Dockerfile index 96662b4..5223ae3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update \ ENV MAGICK_VERSION 7.0 -RUN curl https://www.imagemagick.org/download/ImageMagick.tar.gz | tar xz \ +RUN curl https://download.imagemagick.org/ImageMagick/download/ImageMagick.tar.gz | tar xz \ && cd ImageMagick-${MAGICK_VERSION}* \ && ./configure --with-magick-plus-plus=no --with-perl=no \ && make \