We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63870c commit c1480f7Copy full SHA for c1480f7
packaging/packager
@@ -61,6 +61,7 @@ function find_so_files() {
61
}
62
63
function package_libc_alpine() {
64
+ # -F matches a fixed string rather than a regex (grep that comes with busybox doesn't know --fixed-strings)
65
if grep -F "Alpine Linux" < /etc/os-release > /dev/null; then
66
if type apk > /dev/null 2>&1; then
67
apk info --contents musl 2>/dev/null | find_so_files | sed 's/^/\//'
0 commit comments