7
ansible/training/docker/Dockerfile
Normal file
7
ansible/training/docker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM rastasheep/ubuntu-sshd
|
||||
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y python3-pip python3-dev
|
||||
|
||||
EXPOSE 22 8080
|
||||
|
||||
Reference in New Issue
Block a user