Compare commits

..

2 Commits

Author SHA1 Message Date
42716cd2a3 feat: 添加 gitea 构建脚本
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m23s
2025-06-01 20:51:37 +08:00
2722e85a6a fix: 修复证书问题 2025-06-01 20:51:06 +08:00

View File

@@ -3,6 +3,8 @@ FROM debian:12-slim
LABEL maintainer="Gardel <sunxinao@hotmail.com>"
LABEL "Description"="Go Yggdrasil Server"
RUN apt-get update && apt-get install -y ca-certificates
RUN update-ca-certificates
ARG TARGETOS
ARG TARGETARCH
RUN mkdir -p /app