Skip to content

Commit 075a53c

Browse files
committed
add php-redis package
1 parent 20d2541 commit 075a53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class EEVariables():
126126
"php7.0-mysql", "php7.0-cli", "php7.0-curl", "php7.0-mbstring",
127127
"php7.0-bcmath", "php7.0-mysql", "php7.0-opcache", "php7.0-zip", "php7.0-xml", "php7.0-soap"]
128128
ee_php_extra = ["php-memcached", "php-imagick", "php-memcache", "memcached",
129-
"graphviz", "php-pear", "php-xdebug", "php-msgpack"]
129+
"graphviz", "php-pear", "php-xdebug", "php-msgpack", "php-redis"]
130130
elif ee_platform_distro == 'debian':
131131
if ee_platform_codename == 'wheezy':
132132
ee_php_repo = ("deb http://packages.dotdeb.org {codename}-php56 all"

0 commit comments

Comments
 (0)