Skip to content

Commit a955b07

Browse files
jbig2dec: fix build (#14123)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 9de33b9 commit a955b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/jbig2dec/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y make libtool pkg-config vim libreadline
1919
RUN git clone --recursive --depth 1 git://git.ghostscript.com/jbig2dec.git jbig2dec
2020
RUN mkdir tests
2121
RUN cp $SRC/jbig2dec/annex-h.jbig2 tests/annex-h.jb2
22-
RUN cd tests && wget -O t89-halftone.zip http://cgit.ghostscript.com/cgi-bin/cgit.cgi/tests.git/plain/jbig2/t89-halftone.zip && unzip t89-halftone.zip
23-
RUN cd tests && wget -O jb2streams.zip http://cgit.ghostscript.com/cgi-bin/cgit.cgi/tests.git/plain/jbig2/jb2streams.zip && unzip jb2streams.zip
22+
RUN cd tests && (wget -O t89-halftone.zip http://cgit.ghostscript.com/cgi-bin/cgit.cgi/tests.git/plain/jbig2/t89-halftone.zip && unzip t89-halftone.zip) || true
23+
RUN cd tests && (wget -O jb2streams.zip http://cgit.ghostscript.com/cgi-bin/cgit.cgi/tests.git/plain/jbig2/jb2streams.zip && unzip jb2streams.zip) || true
2424
RUN cd tests && zip -q $SRC/jbig2_fuzzer_seed_corpus.zip *.jb2
2525
RUN rm -rf tests
2626
COPY *.dict $SRC/

0 commit comments

Comments
 (0)