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

Update Dockerfile

parent d209b431
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ RUN git clone https://github.com/LibRaw/LibRaw && \
#Build and install imagemagick
WORKDIR /tmp/builds
ARG IMAGEMAGICK_VERSION=7.1.0-45
RUN curl -SL https://imagemagick.org/archive/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \
ARG IMAGEMAGICK_VERSION=7.1.0-29
RUN curl -SL https://imagemagick.org/archive/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \
cd ImageMagick-${IMAGEMAGICK_VERSION} && \
./configure --with-modules && \
make install && \
......
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