mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing custom version of snuffleupagus
Test: snuffleupagus
This commit is contained in:
parent
7e9958c161
commit
2bfea03a98
1 changed files with 1 additions and 1 deletions
|
@ -1676,7 +1676,7 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=0.6.0
|
||||
fi
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v0.6.0)"
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
||||
cd "$installRemoteModule_src/src"
|
||||
phpize
|
||||
./configure --enable-snuffleupagus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue