diff options
Diffstat (limited to 'Containerfile')
-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 |