diff --git a/build_container.sh b/build_container.sh index aaa9f65..0f65377 100755 --- a/build_container.sh +++ b/build_container.sh @@ -6,6 +6,7 @@ RUST_TOOLCHAIN="1.83.0" apt-get update + # DEBIAN_FRONTEND is set for tzdata. DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \ curl gcc musl-tools git python3 python3-pip shellcheck \