eddycjy opened a new issue #111:
URL: https://github.com/apache/apisix-docker/issues/111


   
   All in one error occurred when executing docker build: 
   
   ```
   ➜  apisix-dashboard git:(master) ✗ docker build .
   Sending build context to Docker daemon   7.68kB
   Step 1/48 : FROM openresty/openresty:alpine-fat AS production-stage
    ---> 16b40c831bcb
   Step 2/48 : ARG APISIX_VERSION=master
    ---> Running in aea32922bce4
   Removing intermediate container aea32922bce4
    ---> 8ca6021dc472
   ...
   Step 19/48 : RUN wget https://github.com/api7/dag-to-lua/archive/v1.1.tar.gz 
-O /tmp/v1.1.tar.gz     && mkdir /tmp/dag-to-lua     && tar -xvf 
/tmp/v1.1.tar.gz -C /tmp/dag-to-lua --strip 1     && mkdir -p 
../output/dag-to-lua     && mv /tmp/dag-to-lua/lib/* ../output/dag-to-lua/
    ---> Using cache
    ---> 5d9bdf732712
   Step 20/48 : RUN if [ "$ENABLE_PROXY" = "true" ] ; then go env -w 
GOPROXY=https://goproxy.io,direct ; fi
    ---> Using cache
    ---> 92a9eeedbe41
   Step 21/48 : RUN go env -w GO111MODULE=on     && CGO_ENABLED=0 go build -o 
../output/manager-api .
    ---> Running in 01f7ca992373
   can't load package: package .: no Go files in /usr/local/apisix-dashboard/api
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to