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