From 9c3a1f1206bfb6481605c0c429a63c5cbf08e488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 6 Jan 2026 04:54:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.devstar/Dockerfile.ubuntu?= =?UTF-8?q?-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devstar/Dockerfile.ubuntu-latest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devstar/Dockerfile.ubuntu-latest b/.devstar/Dockerfile.ubuntu-latest index 7ebde0c..df7e798 100644 --- a/.devstar/Dockerfile.ubuntu-latest +++ b/.devstar/Dockerfile.ubuntu-latest @@ -1,4 +1,4 @@ -FROM docker.io/library/ubuntu:latest +FROM ubuntu:latest # 安装开发工具(合并RUN层,减少镜像大小) RUN apt-get update && apt-get install -y \ @@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y \ bash sudo \ curl wget \ ca-certificates \ - apt remove --purge curl -y && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* + && apt remove --purge curl -y && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*