mirror of
https://github.com/docker-library/php.git
synced 2025-07-28 23:21:13 +00:00
Be less verbose during extension installation (fix #319)
This commit is contained in:
@ -64,7 +64,6 @@ if command -v dpkg-architecture > /dev/null; then
|
||||
set -- --build="$gnuArch" "$@"
|
||||
fi
|
||||
|
||||
set -x
|
||||
cd "$ext"
|
||||
phpize
|
||||
./configure "$@"
|
||||
|
Reference in New Issue
Block a user