Skip to content

Commit

Permalink
7.0.6-9
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 authored Aug 28, 2017
1 parent 2aba8c9 commit 5ce7b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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.6-5.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.6-5.x86_64.rpm -o ImageMagick.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.6-9.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.6-9.x86_64.rpm -o ImageMagick.rpm && \
rpm -Uvh ImageMagick-libs.rpm && \
rpm -Uvh ImageMagick.rpm && \
yum clean all && \
rm *.rpm

ENTRYPOINT ["convert"]
ENTRYPOINT ["convert"]

0 comments on commit 5ce7b16

Please sign in to comment.