grpc/templates/tools/dockerfile/php_deps.include

12 lines
298 B
Plaintext

#=================
# PHP dependencies
# Install dependencies
RUN apt-get update && apt-get install -y ${'\\'}
git php5 php5-dev unzip
RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && ${'\\'}
mv phpunit-5.7.27.phar /usr/local/bin/phpunit && ${'\\'}
chmod +x /usr/local/bin/phpunit