parent
91b1531855
commit
ffae3335c0
15 changed files with 41 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