We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bdc08 commit 218c616Copy full SHA for 218c616
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /go/src/github.com/whywaita/myshoes
4
5
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
6
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
7
+RUN go install github.com/bufbuild/buf/cmd/buf@latest
8
RUN apt-get update -y \
9
&& apt-get install -y protobuf-compiler
10
0 commit comments