Skip to content
Snippets Groups Projects
Commit 12e12a39 authored by Tim Emiola's avatar Tim Emiola
Browse files

Updates the Java Dockerfiles to pull source from GitHub

parent 41b6d9aa
Branches
Tags
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment