Skip to content

Commit 9fc349c

Browse files
authored
Pin ImageMagick version
1 parent fcb9053 commit 9fc349c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ RUN pip install seaborn python-dateutil dask && \
4141
libilmbase12 libjbig0 libjbig2dec0 libjpeg62-turbo liblcms2-2 liblqr-1-0 libltdl7 libmagickcore-6.q16-3 \
4242
libmagickcore-6.q16-3-extra libmagickwand-6.q16-3 libnetpbm10 libopenexr22 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 \
4343
libpaper-utils libpaper1 libpixman-1-0 libpng16-16 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5 libwmf0.2-7 \
44-
libxcb-render0 libxcb-shm0 netpbm poppler-data p7zip-full python3-rtree libltdl7 && \
44+
libxcb-render0 libxcb-shm0 netpbm poppler-data p7zip-full python3-rtree && \
4545
cd /usr/local/src && \
46-
wget --no-verbose https://imagemagick.org/download/ImageMagick.tar.gz && \
46+
# b/141476846 latest ImageMagick version fails to build.
47+
wget --no-verbose https://github.com/ImageMagick/ImageMagick/archive/7.0.8-65.tar.gz && \
4748
tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
4849
make -j $(nproc) && make install && \
4950
/tmp/clean-layer.sh

0 commit comments

Comments
 (0)