6 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| FROM debian:12.10
 | |
| 
 | |
| 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
 |