From 7cee45b16483b01cfabb80d0cbea41f34035ef37 Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Thu, 30 Jul 2020 12:14:55 -0700 Subject: [PATCH] [speex] Remove use of out-of-date branch (#4232) * [speex] Remove use of out-of-date branch * [speex] Use git clone '--depth 1' --- projects/speex/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/speex/Dockerfile b/projects/speex/Dockerfile index ec5d57896..f8d8ef60b 100644 --- a/projects/speex/Dockerfile +++ b/projects/speex/Dockerfile @@ -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/