diff --git a/Dockerfile b/Dockerfile index 5da4bbe..6700ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM robertdebock/ubuntu:jammy RUN apt update -RUN apt-get install wget net-tools \ No newline at end of file +RUN apt-get -y install wget net-tools \ No newline at end of file