mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Execute pecl channel-update pecl.php.net
Fixes this warning: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
This commit is contained in:
parent
0de5f9a590
commit
7ef81a96dc
1 changed files with 1 additions and 0 deletions
|
@ -1331,6 +1331,7 @@ installPECLModule() {
|
|||
if test "$1" != "$installPECLModule_actual"; then
|
||||
printf ' (installing version %s)\n' "$installPECLModule_actual"
|
||||
fi
|
||||
pecl channel-update pecl.php.net || true
|
||||
printf "$installPECLModule_stdin" | pecl install "$installPECLModule_actual"
|
||||
fi
|
||||
case "$1" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue