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