We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb03ea commit f12a1fdCopy full SHA for f12a1fd
modules/Dockerfile
@@ -47,7 +47,7 @@ EOF
47
RUN rm -rf /srv/misp-modules
48
49
RUN <<-EOF
50
- git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
+ git clone https://github.com/stricaud/faup.git /srv/faup
51
cd /srv/faup
52
if [ ! -z ${LIBFAUP_COMMIT} ]; then
53
git checkout ${LIBFAUP_COMMIT}
0 commit comments