[speex] Remove use of out-of-date branch (#4232)

* [speex] Remove use of out-of-date branch

* [speex] Use git clone '--depth 1'
This commit is contained in:
Tyson Smith 2020-07-30 12:14:55 -07:00 committed by GitHub
parent 695760805c
commit 7cee45b164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -16,8 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf libtool pkg-config wget
RUN git clone https://gitlab.xiph.org/xiph/ogg.git
RUN git clone https://gitlab.xiph.org/xiph/speex.git speex
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/speex.git speex
WORKDIR speex
RUN git checkout speexdec-fuzz-target
COPY build.sh $SRC/