From e48e09b6cb273129900929042c5e4551e9058865 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 14:43:40 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=AE=89=E8=A3=9D=20docker=20?= =?UTF-8?q?=E5=A5=97=E4=BB=B6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8b979c483d28027c4dc6cf55c8b7412518a4ac9e. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eeb3e2e..14b2525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 RUN apt-get update \ - && apt-get install -y --no-install-recommends curl jq unzip docker \ + && apt-get install -y --no-install-recommends curl jq unzip \ && rm -rf /var/lib/apt/lists/* COPY entrypoint.sh /entrypoint.sh