From 46076a0f77a7348d5d505705243a44d93a26edad Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 17 Dec 2024 15:38:55 +1100 Subject: [PATCH] remote git clone depth. --- 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}