editor-bootstrap/vim-bootstrap

docker file not build

avelino opened this issue · 1 comments

OK: 22 MiB in 20 packages
Removing intermediate container 789f68fced84
 ---> 6ece934435a9
Step 3/17 : WORKDIR /vim-bootstrap
 ---> Running in 0ba58254664d
Removing intermediate container 0ba58254664d
 ---> abf17c9ec048
Step 4/17 : COPY go.mod .
 ---> 1e4890194152
Step 5/17 : COPY go.sum .
 ---> a2118cd2d0cb
Step 6/17 : RUN go mod download
 ---> Running in 983a7b192cb0
Removing intermediate container 983a7b192cb0
 ---> 7d095bc1d93b
Step 7/17 : COPY ./ /vim-bootstrap
 ---> 11c8f3465082
Step 8/17 : RUN go build -ldflags "-s -w"
 ---> Running in 0ac2ed7013f5
no Go files in /vim-bootstrap

ref: #339

Solved in #342