mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
Download imagemagick from git that has consistent tag names.
This commit is contained in:
parent
e8fcb38597
commit
1a12184528
1 changed files with 4 additions and 4 deletions
|
@ -42,14 +42,14 @@ RUN apt-get update -yq && \
|
||||||
libwmf-dev libpango1.0-dev librsvg2-bin librsvg2-dev \
|
libwmf-dev libpango1.0-dev librsvg2-bin librsvg2-dev \
|
||||||
libxml2-dev libwebp-dev webp
|
libxml2-dev libwebp-dev webp
|
||||||
|
|
||||||
RUN wget http://mirror.checkdomain.de/imagemagick/releases/ImageMagick-7.0.4-7.tar.xz && \
|
RUN git clone https://github.com/ImageMagick/ImageMagick.git imagemagick && \
|
||||||
tar xvf ImageMagick-7.0.4-7.tar.xz && \
|
cd imagemagick && \
|
||||||
cd ./ImageMagick-7.0.4-7 && \
|
git checkout -f 7.0.4-10 && \
|
||||||
./configure --prefix=/opt/img && \
|
./configure --prefix=/opt/img && \
|
||||||
make -j2 && \
|
make -j2 && \
|
||||||
make install && \
|
make install && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -rf ./ImageMagick-7.0.4-7.tar.xz ./ImageMagick-7.0.4-7
|
rm -rf ./imagemagick
|
||||||
|
|
||||||
EXPOSE 3449
|
EXPOSE 3449
|
||||||
EXPOSE 6060
|
EXPOSE 6060
|
||||||
|
|
Loading…
Add table
Reference in a new issue