remote git clone depth.

pull/198/head
ben 2024-12-17 15:38:55 +11:00
parent 9bb03eab0a
commit 46076a0f77
1 changed files with 1 additions and 1 deletions

View File

@ -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}