From 8b979c483d28027c4dc6cf55c8b7412518a4ac9e Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 14:42:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=9D=20docker=20=E5=A5=97?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14b2525..eeb3e2e 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 \ + && apt-get install -y --no-install-recommends curl jq unzip docker \ && rm -rf /var/lib/apt/lists/* COPY entrypoint.sh /entrypoint.sh