mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Remove phpredis
This commit is contained in:
parent
70090b4d66
commit
d702f498bf
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Install git (the php image doesn't have it) which is required by composer
|
# Install git (the php image doesn't have it) which is required by composer
|
||||||
apt-get update -yq
|
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
|
# Install phpunit, the tool that we will use for testing
|
||||||
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
|
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
|
||||||
|
Loading…
Reference in New Issue
Block a user