mirror of https://github.com/MISP/misp-docker
Improve compatibility with old .env files
parent
814d12a761
commit
61b93ab0e3
|
@ -44,7 +44,9 @@ EOF
|
|||
RUN <<-EOF
|
||||
git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
|
||||
cd /srv/faup
|
||||
if [ ! -z ${LIBFAUP_COMMIT} ]; then
|
||||
git checkout ${LIBFAUP_COMMIT}
|
||||
fi
|
||||
cd /srv/faup/build
|
||||
cmake -G "Ninja" ../
|
||||
ninja
|
||||
|
|
Loading…
Reference in New Issue