Skip to content

Commit 8067267

Browse files
projects/graphicsmagick: Add libwmf to Dockerfile (#14094)
Add libwmf to GraphicsMagick's Dockerfile in order to include WMF support.
1 parent ff19634 commit 8067267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/graphicsmagick/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ RUN git -C libjxl submodule update --init --recommend-shallow \
118118
# JBIG-kit
119119
RUN git clone https://www.cl.cam.ac.uk/~mgk25/git/jbigkit # does not support shallow
120120

121+
# libwmf
122+
RUN git clone --depth 1 https://github.com/caolanm/libwmf.git
123+
121124
# Build!
122125
WORKDIR $SRC/graphicsmagick
123126
COPY build.sh $SRC/

0 commit comments

Comments
 (0)