From dfcb4783b12e3c5e7a0535ca5f6c81682c3b41ac Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 20 Jan 2025 21:17:27 +0530 Subject: update --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8f27665..8c6c62f 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ ARG username=compromyse ARG config=vm ARG http_proxy -RUN DEBIAN_FRONTEND="noninteractive" apt-get update +RUN DEBIAN_FRONTEND="noninteractive" apt-get update -y RUN DEBIAN_FRONTEND="noninteractive" apt-get upgrade -y RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y apt-utils sudo ssh less -- cgit v1.2.3