diff --git a/projects/opus/Dockerfile b/projects/opus/Dockerfile index bba12370e..29f828e58 100644 --- a/projects/opus/Dockerfile +++ b/projects/opus/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER flim@google.com RUN apt-get update && apt-get install -y make autoconf automake libtool wget -RUN git clone https://git.xiph.org/opus.git +RUN git clone https://gitlab.xiph.org/xiph/opus.git RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz WORKDIR opus COPY build.sh $SRC/