diff --git a/Dockerfile b/Dockerfile index 848b435..98e77c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM robertdebock/ubuntu:jammy ENV DEBIAN_FRONTEND=noninteractive +WORKDIR /root RUN apt update -RUN apt-get -y install wget net-tools iproute2 \ No newline at end of file +RUN apt-get -y install wget net-tools iproute2