aboutsummaryrefslogtreecommitdiff
path: root/projects/vorbis/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/vorbis/Dockerfile')
-rw-r--r--projects/vorbis/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/vorbis/Dockerfile b/projects/vorbis/Dockerfile
index 229481311..464555df2 100644
--- a/projects/vorbis/Dockerfile
+++ b/projects/vorbis/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-conf
RUN git clone https://git.xiph.org/ogg.git
RUN git clone https://git.xiph.org/vorbis.git
RUN svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/ogg decode_corpus
+RUN svn export --force https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/vorbis decode_corpus
RUN wget --cut-dirs 3 --recursive --level=1 -A ".ogg" https://people.xiph.org/~xiphmont/test-vectors/vorbis/
WORKDIR vorbis
COPY build.sh $SRC/