Skip to content

Commit

Permalink
Enable grpc extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ktamashun authored Mar 26, 2017
1 parent 6e3c364 commit eb95186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1.0/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ RUN cd /tmp && git clone https://github.com/stanley-cheung/Protobuf-PHP && \
cd Protobuf-PHP && \
rake pear:package version=1.0 && \
pear install Protobuf-1.0.tgz && \
cd /tmp && rm -r Protobuf-PHP
cd /tmp && rm -r Protobuf-PHP && \
docker-php-ext-enable grpc

1 comment on commit eb95186

@ktamashun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes grpc#40

Please sign in to comment.