| Index: third_party/grpc/templates/tools/dockerfile/php_deps.include
|
| diff --git a/third_party/grpc/templates/tools/dockerfile/php_deps.include b/third_party/grpc/templates/tools/dockerfile/php_deps.include
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..739049b5ea0c45727a3068f5d5fe1424f1c83bbe
|
| --- /dev/null
|
| +++ b/third_party/grpc/templates/tools/dockerfile/php_deps.include
|
| @@ -0,0 +1,13 @@
|
| +#=================
|
| +# PHP dependencies
|
| +
|
| +# Install dependencies
|
| +
|
| +RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
|
| + >> /etc/apt/sources.list.d/dotdeb.list"
|
| +RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
|
| + >> /etc/apt/sources.list.d/dotdeb.list"
|
| +RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -
|
| +
|
| +RUN apt-get update && apt-get install -y ${'\\'}
|
| + git php5 php5-dev phpunit unzip
|
|
|