Fix the build
/ test (push) Successful in 3m3s Details

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
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:12.5 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 pip3 install yq --break-system-packages
RUN useradd -s /usr/bin/zsh martyn RUN useradd -s /usr/bin/zsh martyn
RUN mkdir /run/sshd && chmod 755 /run/sshd RUN mkdir /run/sshd && chmod 755 /run/sshd