SilentEntity opened a new issue, #528: URL: https://github.com/apache/apisix-docker/issues/528
This problem occurs in `apisix-docker/blob/master/debian-dev/` local development or while building master. There is an issue with openresty PATH in image `api7/apisix-runtime:dev`. Is there an reason to move from `api7/apisix-base:dev` to `api7/apisix-runtime:dev` ? Adding openrestry path in [Dockerfile](https://github.com/SilentEntity/apisix-docker/blob/master/debian-dev/Dockerfile) solves it. ``` ENV PATH=$PATH:/usr/local/openresty/bin ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
