fix musl install on rhel

This commit is contained in:
DubbleClick
2023-09-30 17:50:37 +02:00
committed by Jerry Ma
parent f9685b82a1
commit 654c5cba0c
2 changed files with 5 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class LinuxToolCheckList
'git', 'autoconf', 'automake',
'tar', 'unzip', 'gzip', 'gcc',
'bzip2', 'cmake', 'patch',
'xz',
'xz', 'wget', // to get musl
];
/** @noinspection PhpUnused */