From 57bfb74bd1416e5c88e09fbc6c55513e5a3633d1 Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 2 Sep 2024 17:53:30 +0800 Subject: [PATCH] feat: update --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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