Skip to content

Commit

Permalink
Upgrade ImageMagick to 7.1.1-11 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jun 13, 2023
1 parent fa1d98c commit 4370449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/imagick/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN cp bin/gs /tmp/gs

# Compile the ImageMagick library
WORKDIR ${IMAGICK_BUILD_DIR}
RUN curl -Ls -o ImageMagick.tar.gz https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-9.tar.gz
RUN curl -Ls -o ImageMagick.tar.gz https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-11.tar.gz
RUN tar xzf ImageMagick.tar.gz
WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-9
WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-11
RUN ./configure --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR} --with-webp --with-heic --disable-static --with-freetype=yes
RUN make -j $(nproc)
RUN make install
Expand Down

0 comments on commit 4370449

Please sign in to comment.