4 lines
94 B
Docker
4 lines
94 B
Docker
FROM kalilinux/kali-rolling
|
|
|
|
RUN apt update && apt -y install kali-linux-headless
|
|
VOLUME /root |