aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libxml2/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-11-29 12:55:35 -0800
committerGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-11-29 12:55:45 -0800
commitcf248c4759bdae48d722f8c2e019d20f4e898fd9 (patch)
tree9f80c1be98310fbf3aadeefe4ad9d40f9cf83cc0 /projects/libxml2/Dockerfile
parent6a493eb9451cc1df133e30d9ed6a4986eca428a6 (diff)
[infra] making shallow git clones. fixes #42
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/