diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile index a1113c11e..54592ce70 100644 --- a/projects/libreoffice/Dockerfile +++ b/projects/libreoffice/Dockerfile @@ -100,7 +100,7 @@ RUN mkdir afl-testcases && cd afl-testcases/ && tar xf $SRC/afl_testcases.tgz && zip -q $SRC/pngfuzzer_seed_corpus.zip afl-testcases/png*/full/images/* RUN svn export https://github.com/khaledhosny/ots/trunk/tests/fonts $SRC/sample-sft-fonts/ots RUN svn export https://github.com/unicode-org/text-rendering-tests/trunk/fonts/ $SRC/sample-sft-fonts/unicode-org -RUN svn export https://github.com/harfbuzz/harfbuzz/trunk/test/shaping/data/in-house/fonts $SRC/sample-sft-fonts/harfbuzz +RUN svn export https://github.com/harfbuzz/harfbuzz/trunk/test/shape/data/in-house/fonts $SRC/sample-sft-fonts/harfbuzz ADD https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf $SRC/sample-sft-fonts/adobe RUN zip -qr $SRC/sftfuzzer_seed_corpus.zip $SRC/sample-sft-fonts ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \