From ce802356dd19b8e679a8689da16c7f0aa5465015 Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 2 Sep 2024 16:39:15 +0800 Subject: [PATCH] feat: update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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