eantyshev commented on code in PR #24459: URL: https://github.com/apache/beam/pull/24459#discussion_r1039597428
########## playground/backend/containers/router/Dockerfile: ########## @@ -24,35 +24,22 @@ FROM $BASE_IMAGE AS build ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" -RUN go install google.golang.org/protobuf/cmd/[email protected] &&\ - go install google.golang.org/grpc/cmd/[email protected] # Prepare Application COPY src /go/src/playground/backend Review Comment: below are some remainings of Go SDK runner, not needed for the router component -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
