Fix bug.
This commit is contained in:
parent
d569b26ec0
commit
fc59db8eed
|
@ -145,7 +145,7 @@ if [ -z $(which convert) ]; then
|
|||
apt install -y cmake pkg-config libbrotli-dev && \
|
||||
wget -nc https://imagemagick.org/archive/ImageMagick.tar.gz && \
|
||||
tar xfz ImageMagick.tar.gz && \
|
||||
cd `ls -d /root/libpng-1.5.13/ImageMagick-7*` && \
|
||||
cd /root/libpng-1.5.13/ImageMagick-7* && \
|
||||
./configure --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes --disable-shared --with-modules && \
|
||||
make && make install && \
|
||||
ln -s /usr/local/lib/* /usr/lib/. && \
|
||||
|
|
Loading…
Reference in New Issue