1
0
Fork 0
trainings/ansible/training/docker/Dockerfile

8 lines
120 B
Docker

FROM rastasheep/ubuntu-sshd
RUN apt-get update -y && \
apt-get install -y python3-pip python3-dev
EXPOSE 22 8080