From 6fcfe056852ad8b9bec92ee4b15f5e892b57ddbf Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 29 Aug 2025 11:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=8C=85=E5=90=ABJava21?= =?UTF-8?q?=E3=80=81Maven=E3=80=81Git=E7=9A=84=E5=9F=BA=E7=A1=80=E9=95=9C?= =?UTF-8?q?=E5=83=8F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 包含Java21、Maven、Git的基础镜像.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/包含Java21、Maven、Git的基础镜像.md b/包含Java21、Maven、Git的基础镜像.md index 113c07b..860bc23 100644 --- a/包含Java21、Maven、Git的基础镜像.md +++ b/包含Java21、Maven、Git的基础镜像.md @@ -1,3 +1,4 @@ +``` FROM docker.1ms.run/eclipse-temurin:21-jdk ENV TZ=Asia/Shanghai @@ -10,4 +11,5 @@ RUN sed -i s@http://archive.ubuntu.com/@http://mirrors.tuna.tsinghua.edu.cn/@g / RUN apt-get update && \ apt-get install -y git maven && \ apt-get clean && \ - rm -rf /var/lib/apt/lists/* \ No newline at end of file + rm -rf /var/lib/apt/lists/* +``` \ No newline at end of file