diff --git a/docker/Dockerfile b/docker/Dockerfile index 989e432..0a03c4d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,5 @@ FROM ubuntu:latest RUN apt-get update -RUN apt-get install -y \ - fuse \ - openssh-client +RUN apt-get install -y openssh-client