Go with protoc compiler and buf build tool
940
FROM golang:1.19
# Install protobuf-compiler and bufbuild
RUN apt-get update
RUN apt install -y protobuf-compiler
RUN go install github.com/bufbuild/buf/cmd/[email protected]
# Install plugins
RUN go install github.com/twitchtv/twirp/protoc-gen-twirp@latest
RUN go install github.com/elliots/protoc-gen-twirp_swagger@latest
RUN go install github.com/kazegusuri/go-proto-zap-marshaler/protoc-gen-zap-marshaler@latest
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
Content type
Image
Digest
sha256:990a7acbf…
Size
600.7 MB
Last updated
almost 4 years ago
docker pull tymofiib/gobuilder