From 939f4e58a60dd2b4ef9f6dabc6b5cd4c4a6494af Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sat, 13 Oct 2018 12:55:06 +1300 Subject: [PATCH] Add redis to docker_install.sh --- test/docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker_install.sh b/test/docker_install.sh index a4a3a0b..28b213f 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -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