feat: resolve gitea token sources

This commit is contained in:
2026-05-15 01:46:46 +00:00
parent c7584316ba
commit 19e863e0aa
3 changed files with 55 additions and 20 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
FROM alpine:latest
# 安裝必要的工具
RUN apk add --no-cache --no-check-certificate bash
RUN apk add --no-cache --no-check-certificate bash curl ca-certificates
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]