Skip to content
Snippets Groups Projects
Commit 6de001e3 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfile

php: fix gce testing dockerfile
parents a0581622 8ad4968e
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ RUN mv composer.phar /usr/local/bin/composer ...@@ -75,7 +75,7 @@ RUN mv composer.phar /usr/local/bin/composer
# Download the patched PHP protobuf so that PHP gRPC clients can be generated # Download the patched PHP protobuf so that PHP gRPC clients can be generated
# from proto3 schemas. # from proto3 schemas.
RUN git clone https://github.com/murgatroid99/Protobuf-PHP.git /var/local/git/protobuf-php RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php
# Install ruby (via RVM) as ruby tools are dependencies for building Protobuf # Install ruby (via RVM) as ruby tools are dependencies for building Protobuf
# PHP extensions. # PHP extensions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment