Skip to content

Commit

Permalink
remote git clone depth. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson authored Dec 17, 2024
1 parent 9bb03ea commit efeee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit efeee3c

Please sign in to comment.