Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit a0d6626

Browse files
committed
[ExecEnv] Make without imagemagick.
1 parent 39fb18b commit a0d6626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RUN cd ./libvips && \
2727
CC=clang CXX=clang++ \
2828
./autogen.sh \
2929
--prefix=${INSTALLDIR} \
30-
--disable-static && \
30+
--disable-static \
31+
--without-magick && \
3132
make install && \
3233
echo /opt/lib > /etc/ld.so.conf.d/libvips.conf && \
3334
ldconfig

0 commit comments

Comments
 (0)