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
|
RUN <<-EOF
|
||||||
git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
|
git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
|
||||||
cd /srv/faup
|
cd /srv/faup
|
||||||
git checkout ${LIBFAUP_COMMIT}
|
if [ ! -z ${LIBFAUP_COMMIT} ]; then
|
||||||
|
git checkout ${LIBFAUP_COMMIT}
|
||||||
|
fi
|
||||||
cd /srv/faup/build
|
cd /srv/faup/build
|
||||||
cmake -G "Ninja" ../
|
cmake -G "Ninja" ../
|
||||||
ninja
|
ninja
|
||||||
|
|
Loading…
Reference in New Issue