Skip to content

Commit

Permalink
remote git clone depth. (#1) (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson authored Dec 18, 2024
1 parent 9bb03ea commit f12a1fd
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 f12a1fd

Please sign in to comment.