docker4martyn/Dockerfile
Martyn Ranyard 012af182e3
All checks were successful
/ test (push) Successful in 3m3s
Fix the build
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 12:04:22 +00:00

6 lines
263 B
Docker

FROM debian:12.5
RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh dnsutils knot-dnsutils nmap -y
RUN pip3 install yq --break-system-packages
RUN useradd -s /usr/bin/zsh martyn
RUN mkdir /run/sshd && chmod 755 /run/sshd