diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-20 21:17:27 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-20 21:17:27 +0530 |
commit | dfcb4783b12e3c5e7a0535ca5f6c81682c3b41ac (patch) | |
tree | adaf048e1b94e102127963f61cb8ea2647283306 | |
parent | ff32d10d3d53bba4dc737119fad0a51ac9fe372e (diff) |
update
-rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |