Skip to content

Commit

Permalink
remove java
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag committed Jul 2, 2024
1 parent ad7adb3 commit 70b4099
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ COPY --from=protoc_gen_js /out/ /out/
COPY --from=protoc_gen_jsonschema /out/ /out/
COPY --from=protoc_gen_lint /out/ /out/
COPY --from=protoc_gen_rust /out/ /out/
#COPY --from=protoc_gen_scala /out/ /out/
COPY --from=protoc_gen_validate /out/ /out/
ARG TARGETARCH
RUN find /out/usr/bin/ -type f \
Expand All @@ -339,7 +338,6 @@ ARG PROTOC_GEN_NANOPB_VERSION
RUN apk add --no-cache \
bash \
grpc \
grpc-java \
grpc-plugins \
protobuf \
protobuf-dev \
Expand All @@ -349,7 +347,6 @@ COPY --from=upx /out/ /
COPY --from=protoc_gen_ts /out/ /
RUN python3 -m ensurepip && pip3 install --no-cache nanopb==${PROTOC_GEN_NANOPB_VERSION}
RUN ln -s /usr/bin/grpc_cpp_plugin /usr/bin/protoc-gen-grpc-cpp && \
ln -s /usr/bin/grpc_csharp_plugin /usr/bin/protoc-gen-grpc-csharp && \
ln -s /usr/bin/grpc_node_plugin /usr/bin/protoc-gen-grpc-js && \
ln -s /usr/bin/grpc_objective_c_plugin /usr/bin/protoc-gen-grpc-objc && \
ln -s /usr/bin/grpc_php_plugin /usr/bin/protoc-gen-grpc-php && \
Expand All @@ -366,17 +363,14 @@ RUN mkdir -p /test && \
--govalidators_out=/test \
--gql_out=/test \
--grpc-cpp_out=/test \
--grpc-csharp_out=/test \
--grpc-go_out=/test \
--grpc-java_out=/test \
--grpc-js_out=/test \
--grpc-objc_out=/test \
--grpc-php_out=/test \
--grpc-python_out=/test \
--grpc-ruby_out=/test \
--grpc-rust_out=/test \
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:/test \
--java_out=/test \
--jsonschema_out=/test \
--lint_out=/test \
--nanopb_out=/test \
Expand Down

0 comments on commit 70b4099

Please sign in to comment.