diff --git a/Dockerfile b/Dockerfile index 735dc5b..5051a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app # 安装系统依赖(包括 openssl 用于生成自签名证书) RUN apt-get update && apt-get install -y \ curl \ + git \ openssl \ && rm -rf /var/lib/apt/lists/*