Skip to content

Commit

Permalink
7.0.7-7
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 authored Oct 9, 2017
1 parent a373502 commit 51a73c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN yum -y update

WORKDIR /opt
RUN yum install -y libwmf-lite pangomm libtool-ltdl ghostscript fftw-libs cairo libICE libSM libX11 libXext libXt libgomp libjpeg libpng15 libtiff libtiff && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-5.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-5.x86_64.rpm -o ImageMagick.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-7.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-7.x86_64.rpm -o ImageMagick.rpm && \
rpm -Uvh ImageMagick-libs.rpm && \
rpm -Uvh ImageMagick.rpm && \
yum clean all && \
Expand Down

0 comments on commit 51a73c8

Please sign in to comment.