This commit is contained in:
4
docker/ssh-client/Dockerfile
Normal file
4
docker/ssh-client/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y openssh-server --fix-missing
|
||||
Reference in New Issue
Block a user