mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Add redis to docker_install.sh
This commit is contained in:
parent
6232aff129
commit
939f4e58a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue