mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Add redis to docker_install.sh
This commit is contained in:
parent
6232aff129
commit
939f4e58a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user