mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
bootstrap: DEBIAN_FRONTEND=noninteractive during apt-get install
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user