Fix the build
All checks were successful
/ test (push) Successful in 3m3s

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:04:22 +00:00
parent 58fd74c0dc
commit 012af182e3

View file

@ -1,6 +1,6 @@
FROM debian:12.5
RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh
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