diff --git a/docker/Dockerfile b/docker/Dockerfile index 0a03c4d..9fc1b2c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,5 +2,4 @@ FROM ubuntu:latest RUN apt-get update -RUN apt-get install -y openssh-client - +RUN apt-get install -y openssh-client --fix-missing \ No newline at end of file