Updates the Java Dockerfiles to pull source from GitHub

pull/208/head
Tim Emiola 10 years ago
parent 41b6d9aad3
commit 12e12a39ab
  1. 3
      tools/dockerfile/grpc_java_base/Dockerfile

@ -35,9 +35,6 @@ RUN cd /var/local/git/protobuf && \
./configure --prefix=/usr && \
make -j12 && make check && make install && make clean
# Get the source from GitHub
RUN git clone --recursive git@github.com:google/grpc-java.git /var/local/git/grpc-java
RUN cd /var/local/git/grpc-java/lib/okhttp && \
mvn -pl okhttp -am validate
RUN cd /var/local/git/grpc-java/lib/netty && \

Loading…
Cancel
Save