Fix the build
/ test (push) Successful in 3m3s
Details
/ test (push) Successful in 3m3s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
58fd74c0dc
commit
012af182e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue