File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ RUN pip install seaborn python-dateutil dask && \
41
41
libilmbase12 libjbig0 libjbig2dec0 libjpeg62-turbo liblcms2-2 liblqr-1-0 libltdl7 libmagickcore-6.q16-3 \
42
42
libmagickcore-6.q16-3-extra libmagickwand-6.q16-3 libnetpbm10 libopenexr22 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 \
43
43
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 && \
45
45
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 && \
47
48
tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
48
49
make -j $(nproc) && make install && \
49
50
/tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments