Skip to content

Commit

Permalink
ADD protoc-gen-go to golang ide
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Nov 28, 2022
1 parent 2a6df8e commit 098caac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theia-golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN set -ex; \
go install github.com/go-delve/delve/cmd/dlv@latest; \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest; \
go install golang.org/x/tools/gopls@v0.7.3; \
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26; \
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1; \
echo 'export GO111MODULE=on' >> .bashrc; \
chown -R anubis:anubis /home/anubis; \
chown -R anubis:anubis $GOPATH; \
Expand Down

0 comments on commit 098caac

Please sign in to comment.