mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Fix installing grpc on Debian Jessie (#609)
This commit is contained in:
parent
96fedafb8d
commit
cf1b46d0c3
1 changed files with 7 additions and 0 deletions
|
@ -2634,6 +2634,13 @@ installRemoteModule() {
|
|||
;;
|
||||
esac
|
||||
fi
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
case "$DISTRO_VERSION" in
|
||||
debian@8)
|
||||
installRemoteModule_version=1.46.3
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
http)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue