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

Update Dockerfile

parent fd5e6fb6
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ RUN git clone https://github.com/LibRaw/LibRaw && \
#Build and install imagemagick
WORKDIR /tmp/builds
ARG IMAGEMAGICK_VERSION=7.1.0-17
ARG IMAGEMAGICK_VERSION=7.1.0-45
RUN curl -SL https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \
cd ImageMagick-${IMAGEMAGICK_VERSION} && \
./configure --with-modules && \
......@@ -78,7 +78,7 @@ RUN curl -SL https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMA
# Build and install libvips
WORKDIR /tmp/builds
ARG VIPSVERSION=8.11.0
ARG VIPSVERSION=8.13.0
RUN curl -SL https://github.com/libvips/libvips/releases/download/v${VIPSVERSION}/vips-${VIPSVERSION}.tar.gz | tar -xz \
&& cd vips-${VIPSVERSION} \
&& ./configure \
......
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