fix: 修复证书问题

This commit is contained in:
2025-06-01 20:51:06 +08:00
parent dcec80c184
commit 2722e85a6a

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