mirror of https://github.com/grpc/grpc.git
Merge pull request #20944 from stanley-cheung/php-update-dockerfiles
PHP: update dockerfiles to allow them to be run on release branchespull/20947/head
commit
4650df32ff
9 changed files with 13 additions and 42 deletions
@ -1,9 +1,6 @@ |
|||||||
WORKDIR /github/grpc |
WORKDIR /github/grpc |
||||||
|
|
||||||
RUN git clone https://github.com/grpc/grpc . && ${'\\'} |
COPY . . |
||||||
git submodule update --init |
|
||||||
|
|
||||||
COPY src/ ./src |
|
||||||
|
|
||||||
RUN pear package && ${'\\'} |
RUN pear package && ${'\\'} |
||||||
find . -name grpc-*.tgz | xargs -I{} pecl install {} |
find . -name grpc-*.tgz | xargs -I{} pecl install {} |
||||||
|
Loading…
Reference in new issue