9 lines
94 B
Docker
9 lines
94 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt-get update
|
|
|
|
RUN apt-get install -y \
|
|
fuse \
|
|
openssh-client
|
|
|