feat: 重構 nuget push 工具 #9

Merged
jiantw83 merged 4 commits from develop into master 2026-03-20 07:22:01 +00:00
Showing only changes of commit e48e09b6cb - Show all commits

View File

@@ -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