From 2722e85a6afe3707d5bfc840eb38cdf4eb857e2b Mon Sep 17 00:00:00 2001 From: Gardel Date: Sun, 1 Jun 2025 20:51:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3ce436e..748a1a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM debian:12-slim LABEL maintainer="Gardel " 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