rx300: fix php packages
This commit is contained in:
parent
02a2338250
commit
6cf6307d97
1 changed files with 2 additions and 4 deletions
|
@ -61,10 +61,6 @@ nodes['rx300'] = {
|
||||||
# for `bw test` on jenkins
|
# for `bw test` on jenkins
|
||||||
'bind9utils': {},
|
'bind9utils': {},
|
||||||
|
|
||||||
# more php
|
|
||||||
'php-imagick': {},
|
|
||||||
'php-yaml': {},
|
|
||||||
|
|
||||||
# used by user:kunsi
|
# used by user:kunsi
|
||||||
'mosh': {},
|
'mosh': {},
|
||||||
'weechat': {},
|
'weechat': {},
|
||||||
|
@ -419,6 +415,7 @@ nodes['rx300'] = {
|
||||||
'version': '8.0',
|
'version': '8.0',
|
||||||
'packages': {
|
'packages': {
|
||||||
'gd',
|
'gd',
|
||||||
|
'imagick',
|
||||||
'imap',
|
'imap',
|
||||||
'intl',
|
'intl',
|
||||||
'mbstring',
|
'mbstring',
|
||||||
|
@ -426,6 +423,7 @@ nodes['rx300'] = {
|
||||||
'pgsql',
|
'pgsql',
|
||||||
'readline',
|
'readline',
|
||||||
'xml',
|
'xml',
|
||||||
|
'yaml',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'postfix': {
|
'postfix': {
|
||||||
|
|
Loading…
Reference in a new issue