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