Revert "fix: 安裝 docker 套件"

This reverts commit 8b979c483d.
This commit is contained in:
Jeffery
2026-03-20 14:43:40 +08:00
parent 8b979c483d
commit e48e09b6cb

View File

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 FROM mcr.microsoft.com/dotnet/sdk:8.0
RUN apt-get update \ 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/* && rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh