fat-ssh (sha256:85e233a1ba4ec06af9d5b5cc5a1f43207a1e0b2591fe422987416138b4d445d5)
Published 2025-09-23 13:35:23 +00:00 by martyn
Installation
docker pull git.martyn.berlin/martyn/fat-ssh@sha256:85e233a1ba4ec06af9d5b5cc5a1f43207a1e0b2591fe422987416138b4d445d5
sha256:85e233a1ba4ec06af9d5b5cc5a1f43207a1e0b2591fe422987416138b4d445d5
Image layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000' |
RUN /bin/sh -c apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh dnsutils knot-dnsutils nmap -y # buildkit |
RUN /bin/sh -c pip3 install yq --break-system-packages # buildkit |
RUN /bin/sh -c useradd -s /usr/bin/zsh martyn # buildkit |
RUN /bin/sh -c mkdir /run/sshd && chmod 755 /run/sshd # buildkit |