install rice during docker build
continuous-integration/drone/pr Build is passing 詳細
continuous-integration/drone/push Build is passing 詳細

このコミットが含まれているのは:
Jeffrey Paul 2020-10-29 06:44:47 -07:00
コミット 885a43709e
2個のファイルの変更4行の追加2行の削除

ファイルの表示

@ -20,7 +20,7 @@ RUN go mod download
COPY ./ ./
#RUN make lint
RUN make httpd
RUN make rice-install && make httpd
RUN go mod vendor
RUN tar -c . | bzip2 > /src.tbz2

ファイルの表示

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