Skip to content

Commit e466644

Browse files
authored
Update filepath to tar extract
1 parent 9fc349c commit e466644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN pip install seaborn python-dateutil dask && \
4545
cd /usr/local/src && \
4646
# b/141476846 latest ImageMagick version fails to build.
4747
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 && \
48+
tar xzf 7.0.8-65.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
4949
make -j $(nproc) && make install && \
5050
/tmp/clean-layer.sh
5151

0 commit comments

Comments
 (0)