aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/tremor/Dockerfile
diff options
context:
space:
mode:
authorGravatar Tyson Smith <tysmith@users.noreply.github.com>2020-05-13 13:33:27 -0700
committerGravatar GitHub <noreply@github.com>2020-05-13 13:33:27 -0700
commitc7fa329aebd3af3fec3ac1b8e4dd1950720b7732 (patch)
treef3c73c4f02072c72bf13cd0b96f040bba6fed9a6 /projects/tremor/Dockerfile
parent1f533163ccb52fcbde052bfc0cffe75aadbce49b (diff)
Build fixes (#3802)
* [libtheora] Update upstream repository url * [speex] Update upstream repository url * [tremor] Update upstream repository url * [vorbis] Update upstream repository url
Diffstat (limited to 'projects/tremor/Dockerfile')
-rw-r--r--projects/tremor/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/tremor/Dockerfile b/projects/tremor/Dockerfile
index 852b99ca..6491cbcb 100644
--- a/projects/tremor/Dockerfile
+++ b/projects/tremor/Dockerfile
@@ -17,8 +17,8 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER twsmith@mozilla.com
RUN apt-get update && apt-get install -y make autoconf automake libogg-dev libtool pkg-config wget
-RUN git clone https://git.xiph.org/ogg.git
-RUN git clone https://git.xiph.org/tremor.git
+RUN git clone https://gitlab.xiph.org/xiph/ogg.git
+RUN git clone https://gitlab.xiph.org/xiph/tremor.git
RUN svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/vorbis decode_corpus
WORKDIR tremor
COPY decode_fuzzer.cc $SRC/tremor/