fregie opened a new issue #608: URL: https://github.com/apache/apisix-dashboard/issues/608
In api/Dockerfile: ```shell RUN wget https://github.com/apache/apisix/archive/master.zip \ && apt-get update && apt-get install zip -y \ && unzip master.zip \ && rm -rf /go/manager-api/build-tools/apisix/ \ && mkdir -p /go/manager-api/build-tools/apisix \ && mv ./apisix-master/apisix/* /go/manager-api/build-tools/apisix/ ``` 使用master分支构建是不稳定的,比如我现在无法构建成功,修改为1.5分支后构建成功。 BTW,为什么manager服务要依赖apisix的代码? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
