hcolde opened a new issue #218:
URL: https://github.com/apache/apisix-docker/issues/218
```shell
> export APISIX_PATH=/apisix
> sudo make build-on-alpine-local
...
...
...
+ cd apisix
+ make deps
make: *** No rule to make target 'deps'. Stop.
The command '/bin/sh -c set -x && (test "${ENABLE_PROXY}" != "true" ||
/bin/sed -i 's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g'
/etc/apk/repositories) && apk add --no-cache --virtual .builddeps
automake autoconf libtool pkgconfig cmake git pcre
pcre-dev && cd apisix && make deps && cp -v bin/apisix /usr/bin/
&& mv ../apisix /usr/local/apisix && apk del .builddeps build-base make
unzip' returned a non-zero code: 2
make: *** [Makefile:39: build-on-alpine-local] Error 2
```
--
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]