Remove phpredis

This commit is contained in:
Daniel Mason 2019-05-31 11:52:23 +12:00
parent 70090b4d66
commit d702f498bf

View File

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