Skip to content
Snippets Groups Projects
Unverified Commit d81b2248 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Bump imagemagick

parent 413397ae
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ RUN git clone https://github.com/LibRaw/LibRaw && \ ...@@ -73,7 +73,7 @@ RUN git clone https://github.com/LibRaw/LibRaw && \
#Build and install imagemagick #Build and install imagemagick
WORKDIR /tmp/builds WORKDIR /tmp/builds
ARG IMAGEMAGICK_VERSION=7.1.0-48 ARG IMAGEMAGICK_VERSION=7.1.1-4
RUN curl -SL https://imagemagick.org/archive/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz | tar -xJf- && \ RUN curl -SL https://imagemagick.org/archive/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz | tar -xJf- && \
cd ImageMagick-${IMAGEMAGICK_VERSION} && \ cd ImageMagick-${IMAGEMAGICK_VERSION} && \
./configure --with-modules && \ ./configure --with-modules && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment