mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Remove phpredis
This commit is contained in:
parent
70090b4d66
commit
d702f498bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue