mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Improve message about packages to be installed
This commit is contained in:
parent
b509412481
commit
6ee28220f3
1 changed files with 2 additions and 2 deletions
|
@ -626,8 +626,8 @@ expandPackagesToBeInstalled () {
|
|||
# $@: the list of APT/APK packages to be installed
|
||||
installRequiredPackages () {
|
||||
printf '### INSTALLING REQUIRED PACKAGES ###\n'
|
||||
printf 'PACKAGES_PERSISTENT:\n%s\n' "$PACKAGES_PERSISTENT"
|
||||
printf 'PACKAGES_VOLATILE:\n%s\n' "$PACKAGES_VOLATILE"
|
||||
printf '# Packages to be kept after installation: %s\n' "$PACKAGES_PERSISTENT"
|
||||
printf '# Packages to be used only for installation: %s\n' "$PACKAGES_VOLATILE"
|
||||
|
||||
case "$(getDistro)" in
|
||||
alpine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue