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