mirror of https://github.com/grpc/grpc.git
Merge pull request #20946 from stanley-cheung/php-backport-update-dockerfiles
PHP: backport dockerfile fixespull/20978/head
commit
2b3501a905
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