add docker image ssh-client
This commit is contained in:
8
docker/Dockerfile
Normal file
8
docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y \
|
||||
fuse \
|
||||
openssh-client
|
||||
|
||||
Reference in New Issue
Block a user