hoffer32 opened a new issue #1173: bug: docker build failed with dashboard not 
found
URL: https://github.com/apache/incubator-apisix/issues/1173
 
 
   ### Issue description
   
   docker build -t apisix:0.8-alpine --build-arg APISIX_VERSION=0.8 -f 
alpine/Dockerfile alpine
   
   ```bash
   Cloning into 'incubator-apisix'...
   Warning: unmatched variable LUA_LIBDIR
   make: Nothing to be done for 'default'.
   install -d /usr/local/apisix/dashboard
   cd `mktemp -d /tmp/apisix.XXXXXX` && \
        git clone https://github.com/iresty/apisix.git && \
        cd apisix && \
        git submodule update --init --recursive && \
        cp -r dashboard/* /usr/local/apisix/dashboard
   Cloning into 'apisix'...
   cp: can't stat 'dashboard/*': No such file or directory
   make: *** [Makefile:102: install] Error 1
   
   Error: Build error: Failed installing.
   The command '/bin/sh -c cd /tmp      && luarocks install 
apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps' returned a 
non-zero code: 1
   ```
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to