diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile index 373426963..14528e36e 100644 --- a/projects/libreoffice/Dockerfile +++ b/projects/libreoffice/Dockerfile @@ -110,6 +110,8 @@ ADD http://dev-www.libreoffice.org/corpus/epsfuzzer_seed_corpus.zip $SRC/ ADD http://dev-www.libreoffice.org/corpus/pctfuzzer_seed_corpus.zip $SRC/ ADD http://dev-www.libreoffice.org/corpus/pcxfuzzer_seed_corpus.zip $SRC/ ADD http://dev-www.libreoffice.org/corpus/rasfuzzer_seed_corpus.zip $SRC/ +ADD http://dev-www.libreoffice.org/corpus/tgafuzzer_seed_corpus.zip $SRC/ +ADD http://dev-www.libreoffice.org/corpus/tiffuzzer_seed_corpus.zip $SRC/ #clone source RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice WORKDIR libreoffice