We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6c5ab9 + d5c0688 commit 0d3e1c5Copy full SHA for 0d3e1c5
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