Commit 6933fa19 authored by 周健君's avatar 周健君

add curl

parent c118e41d
......@@ -46,7 +46,7 @@ RUN apk add --no-cache --virtual .build-deps \
COPY . /srv/apps/backend-auto/
# 先这样 最好用环境变量 如果配置变多后 再挂载
RUN apk del .build-deps && echo "develop_host:" > host.yaml && echo " url: http://backend-service" >> host.yaml
RUN apk add curl && apk del .build-deps && echo "develop_host:" > host.yaml && echo " url: http://backend-service" >> host.yaml
WORKDIR /srv/apps/backend-auto/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment