correct alpine build commands

This commit is contained in:
crazywhalecc 2023-07-17 21:05:39 +08:00
parent 5cf105c3a5
commit a3b09c69cc
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -26,13 +26,13 @@ class LinuxToolCheckList
'git', 'autoconf', 'automake',
'tar', 'unzip', 'gzip',
'bzip2', 'cmake', 'gcc',
'g++',
'g++', 'patch',
],
default => [
'make', 'bison', 'flex',
'git', 'autoconf', 'automake',
'tar', 'unzip', 'gzip',
'bzip2', 'cmake',
'bzip2', 'cmake', 'patch',
],
};
$missing = [];