8 lines
120 B
Docker
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
|
|
|