From a4902fa2a9870f9d868de5d0cfe22ed78f7081b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=AE=E4=BA=AE?= Date: Wed, 24 Jul 2024 16:21:23 +0800 Subject: [PATCH] =?UTF-8?q?curl=E5=91=BD=E4=BB=A4=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd165f4..d491967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY static /apps/static COPY templates /apps/templates RUN chmod a+x /apps/md-view-go -RUN apt update && apt install curl +RUN apt update && apt install curl -y # 拷贝配置文件到容器中 COPY config/application.yaml /apps/config/application.yaml