curl命令安装
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
李亮亮 2024-07-24 16:21:23 +08:00
parent 4c755b91f3
commit a4902fa2a9
1 changed files with 1 additions and 1 deletions

View File

@ -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