bootstrap: DEBIAN_FRONTEND=noninteractive during apt-get install

This commit is contained in:
Erik Sundell
2021-10-19 15:18:02 +02:00
parent 6531f79371
commit 26c34524b2
2 changed files with 17 additions and 15 deletions

View File

@@ -76,6 +76,7 @@ def run_bootstrap_after_preparing_container(container_name, image, show_progress
[
"docker",
"run",
"--env=DEBIAN_FRONTEND=noninteractive",
"--detach",
f"--name={container_name}",
image,