docker4martyn/Dockerfile.fat-ssh
Martyn Ranyard f84a6b819b
All checks were successful
/ fatssh (push) Successful in 5m20s
/ macless-haystack-web (push) Successful in 1m44s
upgrade ssh pod and fix download of zip
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-01-14 17:23:19 +00:00

6 lines
263 B
Text

FROM debian:12.8
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