build script which uses docker

because we don't have presubmit test, made build script which uses
docker to check if build will succeed or not. it might be wrong because
it's not exactly the same, but it can catch most of build error with
that

Bug: 363237196
Test: ./build_in_container.sh
Change-Id: I783b6a8c13c4ce96d5bbe4fc6057108392bbedce
diff --git a/build/debian/build.sh b/build/debian/build.sh
index eff59a0..170d6ca 100755
--- a/build/debian/build.sh
+++ b/build/debian/build.sh
@@ -54,6 +54,7 @@
 		qemu-system-arm \
 		qemu-user-static \
 		qemu-utils \
+		sudo \
 		udev \