fat-ssh (sha256:f9496e88e21d1c88ccb263c19b31c4e5d87e064510f9f82b136fec80bfb978c4)
Published 2025-01-14 18:14:54 +00:00 by martyn
Installation
docker pull git.martyn.berlin/martyn/fat-ssh@sha256:f9496e88e21d1c88ccb263c19b31c4e5d87e064510f9f82b136fec80bfb978c4
sha256:f9496e88e21d1c88ccb263c19b31c4e5d87e064510f9f82b136fec80bfb978c4
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 |