Add redis to docker_install.sh

This commit is contained in:
Daniel Mason 2018-10-13 12:55:06 +13:00
parent 6232aff129
commit 939f4e58a6

View File

@ -7,7 +7,7 @@ set -xe
# Install git (the php image doesn't have it) which is required by composer
apt-get update -yqq
apt-get install git -yqq
apt-get install git redis php-redis -yqq
# Install phpunit, the tool that we will use for testing
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar