mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
buildkite: set DEBIAN_FRONTEND=noninteractive
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Install packages we need. Docker must be installed and configured,
|
||||
# as should Go itself. We just install some extra bits and pieces.
|
||||
function install_pkgs() {
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
while true; do
|
||||
if sudo apt-get update && sudo apt-get install -y "$@"; then
|
||||
if sudo -E apt-get update && sudo -E apt-get install -y "$@"; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user