Skip to content

Commit

Permalink
deleting commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubens21 committed Jul 13, 2022
1 parent d984210 commit ab8ea7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ ARG GRPC_WEB_VERSION
RUN curl -sSLO https://github.com/grpc/grpc-web/releases/download/${GRPC_WEB_VERSION}/protoc-gen-grpc-web-${GRPC_WEB_VERSION}-linux-x86_64 && \
mv protoc-gen-grpc-web-${GRPC_WEB_VERSION}-linux-x86_64 /out/usr/bin/protoc-gen-grpc-web && \
chmod +x /out/usr/bin/protoc-gen-grpc-web
# cp /out/usr/bin/protoc-gen-grpc-web /out/usr/bin/grpc_web_plugin


FROM protoc_base AS protoc_cs_builder
ARG GRPC_CSHARP_VERSION
Expand Down

0 comments on commit ab8ea7f

Please sign in to comment.