From efeee3cbe9fa22630e58e88331b32adbbae1d851 Mon Sep 17 00:00:00 2001 From: benjamin-robertson <72488257+benjamin-robertson@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:09:53 +1100 Subject: [PATCH] remote git clone depth. (#1) --- modules/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Dockerfile b/modules/Dockerfile index dca7bb1..0af37a1 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -47,7 +47,7 @@ EOF RUN rm -rf /srv/misp-modules RUN <<-EOF - git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup + git clone https://github.com/stricaud/faup.git /srv/faup cd /srv/faup if [ ! -z ${LIBFAUP_COMMIT} ]; then git checkout ${LIBFAUP_COMMIT}