Skip to content

Commit

Permalink
php: fix gce testing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Aug 31, 2015
1 parent 2641c04 commit 8ad4968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dockerfile/grpc_php_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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
# PHP extensions.
Expand Down

0 comments on commit 8ad4968

Please sign in to comment.