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

Update Dockerfile

parent 99a3c0a7
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ RUN git clone https://github.com/LibRaw/LibRaw && \ ...@@ -62,7 +62,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-5 ARG IMAGEMAGICK_VERSION=7.1.0-17
RUN curl -SL https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \ RUN curl -SL https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \
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