distrobox
This commit is contained in:
@@ -2,9 +2,14 @@ FROM kali-custom:latest
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt upgrade -y && apt install -y \
|
||||
RUN apt update && apt install -y \
|
||||
htop \
|
||||
steghide \
|
||||
x11-apps \
|
||||
xauth \
|
||||
libxcb-cursor0 \
|
||||
libxkbcommon-x11-0 \
|
||||
libgl1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN useradd -m -s /bin/bash kali && \
|
||||
@@ -14,5 +19,5 @@ RUN useradd -m -s /bin/bash kali && \
|
||||
chmod 440 /etc/sudoers.d/kali
|
||||
|
||||
|
||||
WORKDIR /root/kali
|
||||
WORKDIR /home/kali
|
||||
|
||||
|
||||
Reference in New Issue
Block a user