Skip to content

Commit

Permalink
7.0.7-18
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 authored Dec 29, 2017
1 parent 51a73c8 commit 5beec87
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-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 && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-18.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-18.x86_64.rpm -o ImageMagick.rpm && \
rpm -Uvh ImageMagick-libs.rpm && \
rpm -Uvh ImageMagick.rpm && \
yum clean all && \
Expand Down

0 comments on commit 5beec87

Please sign in to comment.