aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/templates.py')
-rwxr-xr-xinfra/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/templates.py b/infra/templates.py
index 28f62d04..be6cdb4c 100755
--- a/infra/templates.py
+++ b/infra/templates.py
@@ -39,7 +39,7 @@ DOCKER_TEMPLATE = """\
FROM ossfuzz/base-libfuzzer
MAINTAINER your@email.com
RUN apt-get install -y make autoconf automake libtool
-RUN git clone <git_url> %(project_name)s # or use other version control
+RUN git clone --depth 1 <git_url> %(project_name)s # or use other version control
WORKDIR %(project_name)s
COPY build.sh $src/
"""