Skip to content

Commit

Permalink
Dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Dec 14, 2023
1 parent 0cb669e commit 86b3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 86b3e10

Please sign in to comment.