From 9a90a92c0f05d01dbd440520a3a92c7824acbb9a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 23 Mar 2026 10:10:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 62fd762..fe309d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 # 更新並安裝必要的工具後清理暫存檔案以減小映像檔大小 RUN apt update \ && apt install -y curl jq unzip \ + && apt clean \ && rm -rf /var/lib/apt/lists/* COPY entrypoint.sh /entrypoint.sh -- 2.48.1