mirror of https://github.com/grpc/grpc.git
parent
fd22d3ae57
commit
0579539b07
9 changed files with 13 additions and 42 deletions
@ -1,9 +1,6 @@ |
||||
WORKDIR /github/grpc |
||||
|
||||
RUN git clone https://github.com/grpc/grpc . && ${'\\'} |
||||
git submodule update --init |
||||
|
||||
COPY src/ ./src |
||||
COPY . . |
||||
|
||||
RUN pear package && ${'\\'} |
||||
find . -name grpc-*.tgz | xargs -I{} pecl install {} |
||||
|
Loading…
Reference in new issue