1
0
Fork 0
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:
Michele Locati 2022-07-12 13:37:31 +02:00 committed by GitHub
parent 96fedafb8d
commit cf1b46d0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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