aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Caolán McNamara <caolan@skynet.ie>2017-01-26 14:31:39 +0000
committerGravatar Max Moroz <dor3s1@gmail.com>2017-01-26 15:31:39 +0100
commit38584573099e6ca89cf8bd7d3522dbef0966d872 (patch)
tree90252528d39718352f75138a0a213d1e28b67920
parent98ede58df1645512a3a1c9dcd3169f6a50ccb3b7 (diff)
[libreoffice] add eps and pct corpus (#318)
-rw-r--r--projects/libreoffice/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile
index a915da2e..bd52ccf4 100644
--- a/projects/libreoffice/Dockerfile
+++ b/projects/libreoffice/Dockerfile
@@ -103,6 +103,8 @@ ADD http://dev-www.libreoffice.org/corpus/dxffuzzer_seed_corpus.zip $SRC/
ADD http://dev-www.libreoffice.org/corpus/metfuzzer_seed_corpus.zip $SRC/
ADD http://dev-www.libreoffice.org/corpus/ppmfuzzer_seed_corpus.zip $SRC/
ADD http://dev-www.libreoffice.org/corpus/psdfuzzer_seed_corpus.zip $SRC/
+ADD http://dev-www.libreoffice.org/corpus/epsfuzzer_seed_corpus.zip $SRC/
+ADD http://dev-www.libreoffice.org/corpus/pctfuzzer_seed_corpus.zip $SRC/
#clone source
RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice
WORKDIR libreoffice