fat-ssh (sha256:95ee6fb159eb0f68c1923ec5c08a7883e17d301744c7755bbc27300a59433501)
Published 2024-10-03 14:14:30 +00:00 by martyn
Installation
docker pull git.martyn.berlin/martyn/fat-ssh@sha256:95ee6fb159eb0f68c1923ec5c08a7883e17d301744c7755bbc27300a59433501
sha256:95ee6fb159eb0f68c1923ec5c08a7883e17d301744c7755bbc27300a59433501
Image Layers
ADD file:087f68d5558e06c7160c9322582925635e7539a7702413828357c28c77f6f345 in / |
CMD ["bash"] |
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 |