From f7bf0aa4d6f661a6d158b926bff5be31378fd79a Mon Sep 17 00:00:00 2001 From: Seungjae Yoo Date: Thu, 16 Jan 2025 17:39:24 +0900 Subject: [PATCH] Performing apt install in docker image doesn't ask for confirmation --- docker/guest/run_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/guest/run_services.sh b/docker/guest/run_services.sh index d6dcd13fde..025a196619 100644 --- a/docker/guest/run_services.sh +++ b/docker/guest/run_services.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash apt update -apt --only-upgrade install \ +apt --only-upgrade -y --no-install-recommends install \ cuttlefish-base \ cuttlefish-user \ cuttlefish-orchestration