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 @@ -43,8 +43,9 @@ RUN pip install seaborn python-dateutil dask && \
43
43
libpaper-utils libpaper1 libpixman-1-0 libpng16-16 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5 libwmf0.2-7 \
44
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 && \
47
- tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
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 && \
48
+ tar xzf 7.0.8-65.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
48
49
make -j $(nproc) && make install && \
49
50
/tmp/clean-layer.sh
50
51
You can’t perform that action at this time.
0 commit comments