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:
parent
57e98487e1
commit
5b15e02c3b
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue