Skip to content

Commit cb1ec57

Browse files
committed
fix extra_system_packages split
Closes #116.
1 parent 5a4e79a commit cb1ec57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ else
108108
fi
109109

110110
if [[ -n "$extra_system_packages" ]]; then
111+
IFS=$' \t\n'
111112
for pkg in $extra_system_packages; do
112113
info "Install $pkg by apk"
113114
apk --no-cache add "$pkg"

0 commit comments

Comments
 (0)