WORKDIR /github/grpc

COPY . .

RUN pear package && ${'\\'}
  find . -name grpc-*.tgz | xargs -I{} pecl install {}
