File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y make libtool pkg-config vim libreadline
1919RUN git clone --recursive --depth 1 git://git.ghostscript.com/jbig2dec.git jbig2dec
2020RUN mkdir tests
2121RUN 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
2424RUN cd tests && zip -q $SRC/jbig2_fuzzer_seed_corpus.zip *.jb2
2525RUN rm -rf tests
2626COPY *.dict $SRC/
You can’t perform that action at this time.
0 commit comments