install rice during docker build
This commit is contained in:
@@ -48,7 +48,9 @@ docker:
|
||||
cd ../.. && \
|
||||
rice append -i ./httpserver --exec ./httpd
|
||||
|
||||
tools:
|
||||
tools: rice-install
|
||||
go get -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
||||
go get -v mvdan.cc/gofumpt/gofumports
|
||||
|
||||
rice-install:
|
||||
go get -v github.com/GeertJohan/go.rice/rice
|
||||
|
||||
Reference in New Issue
Block a user