apt 异常处理
This commit is contained in:
parent
a4902fa2a9
commit
2a53353caf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue