Merge "Add DEBIAN_FRONTEND=noninteractive to setup script"
This commit is contained in:
commit
2266d0e0b3
@ -33,8 +33,8 @@ envsubst <"${AIRSHIPCTL_WS}/tools/gate/config_template.yaml" > "$PLAYBOOK_CONFIG
|
||||
|
||||
# use new version of ansible, Ubuntu has old one
|
||||
sudo apt update
|
||||
sudo apt -y install software-properties-common python3-pip
|
||||
sudo apt -y --no-install-recommends install docker.io make
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt -y install software-properties-common python3-pip
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install docker.io make
|
||||
|
||||
ANSIBLE_PACKAGES="ansible netaddr"
|
||||
if [[ -z "${http_proxy}" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user