We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc349c commit e466644Copy full SHA for e466644
Dockerfile
@@ -45,7 +45,7 @@ RUN pip install seaborn python-dateutil dask && \
45
cd /usr/local/src && \
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 ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
+ tar xzf 7.0.8-65.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
49
make -j $(nproc) && make install && \
50
/tmp/clean-layer.sh
51
0 commit comments