0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

Update imagemagick version on dockerfile.

This commit is contained in:
Andrey Antukh 2017-03-14 20:53:52 +01:00
parent 57e98487e1
commit 5b15e02c3b
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -40,11 +40,11 @@ RUN apt-get update -yq && \
libfreetype6-dev libfontconfig1-dev libxt-dev \
libexif-dev libjpeg-dev libpng-dev libtiff-dev \
libwmf-dev libpango1.0-dev librsvg2-bin librsvg2-dev \
libxml2-dev libwebp-dev webp
libxml2-dev libwebp-dev webp autoconf
RUN git clone https://github.com/ImageMagick/ImageMagick.git imagemagick && \
cd imagemagick && \
git checkout -f 7.0.4-10 && \
git checkout -f 7.0.5-0 && \
./configure --prefix=/opt/img && \
make -j2 && \
make install && \