Skip to content

Instantly share code, notes, and snippets.

@belobot
Last active December 20, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save belobot/34bc3015cf1228ca986ea234cddec098 to your computer and use it in GitHub Desktop.
Save belobot/34bc3015cf1228ca986ea234cddec098 to your computer and use it in GitHub Desktop.
version: '2'
services:
ssh:
build: .
restart: always
ports:
- "22:22"
volumes:
- ./root:/root
FROM rastasheep/ubuntu-sshd
MAINTAINER Ronalds Sovas <sovas@dosje.in>
################## INSTALLATION STARTS ##################
RUN echo "internetabomzis\ninternetabomzis" |passwd root \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& apt update \
&& apt install -y net-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment