add zip corpus (#498)

This commit is contained in:
David Tardon 2017-03-31 23:55:25 +02:00 committed by Oliver Chang
parent bdbce9fb74
commit 9f5c3820cd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ MAINTAINER dtardon@redhat.com
RUN apt-get update RUN apt-get update
RUN apt-get build-dep -y librevenge RUN apt-get build-dep -y librevenge
ADD https://dev-www.libreoffice.org/corpus/olefuzzer_seed_corpus.zip $SRC/ ADD https://dev-www.libreoffice.org/corpus/olefuzzer_seed_corpus.zip $SRC/
ADD https://dev-www.libreoffice.org/corpus/zipfuzzer_seed_corpus.zip $SRC/
#clone source #clone source
RUN git clone --depth 1 git://git.code.sf.net/p/libwpd/librevenge RUN git clone --depth 1 git://git.code.sf.net/p/libwpd/librevenge
WORKDIR librevenge WORKDIR librevenge