Skip to content

Commit de44be9

Browse files
authored
Added withraw flag to imagemagick build
1 parent 2e11c9f commit de44be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN cd && \
1818
--without-perl \
1919
--disable-openmp \
2020
--with-gvc=no \
21-
--disable-docs && \
21+
--disable-docs \
22+
--with-raw && \
2223
make -j$(nproc) && make install && \
2324
ldconfig /usr/local/lib
2425
#

0 commit comments

Comments
 (0)