aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openssl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/openssl/Dockerfile')
-rw-r--r--projects/openssl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openssl/Dockerfile b/projects/openssl/Dockerfile
index 0487f13c..5ff3eda5 100644
--- a/projects/openssl/Dockerfile
+++ b/projects/openssl/Dockerfile
@@ -17,6 +17,6 @@
FROM ossfuzz/base-libfuzzer
MAINTAINER kurt@roeckx.be
RUN apt-get install -y make
-RUN git clone https://github.com/openssl/openssl.git
+RUN git clone --depth 1 https://github.com/openssl/openssl.git
WORKDIR openssl
COPY build.sh $SRC/