aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libxml2/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libxml2/Dockerfile')
-rw-r--r--projects/libxml2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libxml2/Dockerfile b/projects/libxml2/Dockerfile
index 078379b4..e71557ac 100644
--- a/projects/libxml2/Dockerfile
+++ b/projects/libxml2/Dockerfile
@@ -18,7 +18,7 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER ochang@chromium.org
RUN apt-get install -y make autoconf automake libtool pkg-config
-RUN git clone git://git.gnome.org/libxml2
+RUN git clone --depth 1 git://git.gnome.org/libxml2
WORKDIR libxml2
COPY build.sh $SRC/