Files
kali/Dockerfile
Tord-Vincent Heggland 35c6a3e9f4 master
2026-03-14 17:37:44 +01:00

12 lines
188 B
Docker

FROM kali-custom:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install -y \
htop \
steghide \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /root