From 368eb9192f7e40e5f5eee87e09dd62d5d0f5d09a Mon Sep 17 00:00:00 2001 From: rubens21 Date: Tue, 12 Jul 2022 19:57:37 -0600 Subject: [PATCH] deleting commented out code Signed-off-by: rubens21 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32467e6..90cbd31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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