hcolde commented on issue #218: URL: https://github.com/apache/apisix-docker/issues/218#issuecomment-916558918
```shell > cd / > git clone https://github.com/apache/apisix.git > git clone https://github.com/apache/apisix-docker.git > export APISIX_PATH=/apisix ``` I modify the /apisix-docker/alpine-local/Dockerfile like this: ```Docker ... ... ... && cd apisix \ && ls -la \ && make deps \ ... ... ... ``` ```shell > cd apisix-docker > sudo make build-on-alpine-local ... ... ... + cd apisix + ls -la total 88 drwxr-xr-x 13 root root 4096 Sep 10 01:20 . drwxr-xr-x 1 root root 4096 Sep 10 01:20 .. -rw-rw-r-- 1 root root 1374 Sep 8 08:22 .asf.yaml drwxrwxr-x 8 root root 4096 Sep 8 08:22 .git drwxrwxr-x 3 root root 4096 Sep 8 08:22 .github -rw-rw-r-- 1 root root 26 Sep 8 08:22 .gitignore -rw-rw-r-- 1 root root 742 Sep 8 08:22 .markdownlint.yml -rw-rw-r-- 1 root root 11357 Sep 8 08:22 LICENSE -rw-rw-r-- 1 root root 444 Sep 8 08:22 MAINTAINING.md -rw-rw-r-- 1 root root 3928 Sep 8 08:22 Makefile -rw-rw-r-- 1 root root 3225 Sep 8 08:22 README.md drwxrwxr-x 4 root root 4096 Sep 8 08:22 all-in-one drwxrwxr-x 3 root root 4096 Sep 8 08:22 alpine drwxrwxr-x 2 root root 4096 Sep 8 08:22 alpine-dev drwxrwxr-x 2 root root 4096 Sep 10 01:20 alpine-local drwxrwxr-x 3 root root 4096 Sep 8 08:22 centos drwxrwxr-x 2 root root 4096 Sep 8 08:22 compose drwxrwxr-x 2 root root 4096 Sep 8 08:22 dashboard drwxrwxr-x 3 root root 4096 Sep 8 08:22 docs drwxrwxr-x 9 root root 4096 Sep 8 08:22 example + make deps make: *** No rule to make target 'deps'. Stop. ... ... ... ``` -- 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]
