|
|
@ -35,9 +35,6 @@ RUN cd /var/local/git/protobuf && \ |
|
|
|
./configure --prefix=/usr && \ |
|
|
|
./configure --prefix=/usr && \ |
|
|
|
make -j12 && make check && make install && make clean |
|
|
|
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 && \ |
|
|
|
RUN cd /var/local/git/grpc-java/lib/okhttp && \ |
|
|
|
mvn -pl okhttp -am validate |
|
|
|
mvn -pl okhttp -am validate |
|
|
|
RUN cd /var/local/git/grpc-java/lib/netty && \ |
|
|
|
RUN cd /var/local/git/grpc-java/lib/netty && \ |
|
|
|