diff --git a/projects/htslib/Dockerfile b/projects/htslib/Dockerfile index 5735b7b1c..f3b6cd183 100644 --- a/projects/htslib/Dockerfile +++ b/projects/htslib/Dockerfile @@ -16,6 +16,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev -RUN git clone --depth 1 https://github.com/samtools/htslib.git htslib +RUN git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com/samtools/htslib.git htslib WORKDIR htslib COPY build.sh $SRC/