Skip to content

Commit

Permalink
Added withraw flag to imagemagick build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebono1 authored May 30, 2023
1 parent 2e11c9f commit de44be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN cd && \
--without-perl \
--disable-openmp \
--with-gvc=no \
--disable-docs && \
--disable-docs \
--with-raw && \
make -j$(nproc) && make install && \
ldconfig /usr/local/lib
#
Expand Down

0 comments on commit de44be9

Please sign in to comment.