Skip to content

Commit f12a1fd

Browse files
remote git clone depth. (#1) (#199)
1 parent 9bb03ea commit f12a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EOF
4747
RUN rm -rf /srv/misp-modules
4848

4949
RUN <<-EOF
50-
git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
50+
git clone https://github.com/stricaud/faup.git /srv/faup
5151
cd /srv/faup
5252
if [ ! -z ${LIBFAUP_COMMIT} ]; then
5353
git checkout ${LIBFAUP_COMMIT}

0 commit comments

Comments
 (0)