diff --git a/build.sh b/build.sh index 35bf5a3..abd7437 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,7 @@ #!/bin/sh +git submodule init +git submodule update --recursive + podman build --file bardak/Dockerfile -t bardak ./bardak