mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Set DEBIAN_FRONTEND to be noninteractive in make_apt.sh.
This would prevent timeout issues where apt-get gets stuck on some prompt. PiperOrigin-RevId: 435558241
This commit is contained in:
@@ -30,6 +30,7 @@ readonly root
|
||||
shift; shift; shift # For "$@" below.
|
||||
|
||||
# Ensure that we have the correct packages installed.
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
function apt_install() {
|
||||
while true; do
|
||||
sudo apt-get update &&
|
||||
|
||||
Reference in New Issue
Block a user