mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
correct alpine build commands
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user