We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d4162 commit d5c0688Copy full SHA for d5c0688
projects/opus/Dockerfile
@@ -17,7 +17,7 @@
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y make autoconf automake libtool wget
19
20
-RUN git clone https://gitlab.xiph.org/xiph/opus.git
+RUN git clone --single-branch --branch ossfuzz https://gitlab.xiph.org/xiph/opus.git
21
RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz
22
WORKDIR opus
23
COPY build.sh $SRC/
0 commit comments