add more seeds for freetype2 (#288)

This commit is contained in:
Kostya Serebryany 2017-01-17 16:40:26 -08:00 committed by Mike Aizatsky
parent 56964a89f5
commit 4a93f93813
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN apt-get install -y make autoconf libtool libarchive-dev
# Get some files for the seed corpus
ADD https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf $SRC/font-corpus/
RUN git clone https://github.com/unicode-org/text-rendering-tests.git && cp text-rendering-tests/fonts/* $SRC/font-corpus
RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
WORKDIR freetype2