diff --git a/Dockerfile b/Dockerfile index d8d6677..429e538 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL "website"="https://f0nzy.com" ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get install sudo +RUN apt-get update && apt-get install sudo -y RUN groupadd --gid 1000 kali \ && useradd --home-dir /home/kali --create-home --uid 1000 \