mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 11:02:08 +00:00
update(docker/builder): having a sibling sysdig deps directory is no
more needed Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
58486bfb17
commit
eef9c8c8e1
@ -21,11 +21,7 @@ esac
|
|||||||
|
|
||||||
case "$CMD" in
|
case "$CMD" in
|
||||||
"cmake")
|
"cmake")
|
||||||
# Check that source directory contains Falco and sysdig
|
# Check that source directory contains Falco
|
||||||
if [ ! -d "$SOURCE_DIR/sysdig" ]; then
|
|
||||||
echo "Missing sysdig source." >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [ ! -d "$SOURCE_DIR/falco" ]; then
|
if [ ! -d "$SOURCE_DIR/falco" ]; then
|
||||||
echo "Missing falco source." >&2
|
echo "Missing falco source." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user