aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/file/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/file/Dockerfile')
-rw-r--r--projects/file/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/file/Dockerfile b/projects/file/Dockerfile
index 663f9874..4587c491 100644
--- a/projects/file/Dockerfile
+++ b/projects/file/Dockerfile
@@ -16,7 +16,7 @@
FROM ossfuzz/base-libfuzzer
MAINTAINER mike.aizatsky@gmail.com
-RUN apt-get install -y make autoconf automake libtool shtool
-RUN git clone https://github.com/file/file.git
+RUN apt-get install -y make autoconf automake libtool shtool
+RUN git clone --depth 1 https://github.com/file/file.git
WORKDIR file
COPY build.sh magic_fuzzer.cc $SRC/