Skip to content

Commit

Permalink
🔨 keitakn#23 go get github.com/oxequa/realizeのエラー回避
Browse files Browse the repository at this point in the history
  • Loading branch information
itohiro73 committed Aug 22, 2020
1 parent 3824518 commit 25525de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/package/docker/grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ COPY . .

RUN set -eux && \
go build -o golang-grpc-server ./cmd/grpc/main.go && \
go get gopkg.in/urfave/cli.v2@master && \
go get github.com/oxequa/realize && \
GO111MODULE=off go get github.com/oxequa/realize && \
go get -u github.com/go-delve/delve/cmd/dlv && \
go build -o /go/bin/dlv github.com/go-delve/delve/cmd/dlv

Expand Down

0 comments on commit 25525de

Please sign in to comment.