apt 异常处理
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/deployment/build Pipeline was successful Details

This commit is contained in:
李亮亮 2024-07-24 16:24:20 +08:00
parent a4902fa2a9
commit 2a53353caf
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 -y
RUN apt-get update && apt-get install curl -y
# 拷贝配置文件到容器中
COPY config/application.yaml /apps/config/application.yaml