dockerfile curl command
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/build Pipeline failed
Details
This commit is contained in:
parent
b0940fcd6d
commit
fa0eb9ffc8
|
@ -15,7 +15,7 @@ COPY static /apps/static
|
|||
COPY templates /apps/templates
|
||||
|
||||
RUN chmod a+x /apps/md-view-go
|
||||
RUN apt install curl
|
||||
RUN apt-get install curl -y
|
||||
# 拷贝配置文件到容器中
|
||||
COPY config/application.yaml /apps/config/application.yaml
|
||||
|
||||
|
|
Loading…
Reference in New Issue