mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
correct alpine build commands
This commit is contained in:
@@ -26,13 +26,13 @@ class LinuxToolCheckList
|
|||||||
'git', 'autoconf', 'automake',
|
'git', 'autoconf', 'automake',
|
||||||
'tar', 'unzip', 'gzip',
|
'tar', 'unzip', 'gzip',
|
||||||
'bzip2', 'cmake', 'gcc',
|
'bzip2', 'cmake', 'gcc',
|
||||||
'g++',
|
'g++', 'patch',
|
||||||
],
|
],
|
||||||
default => [
|
default => [
|
||||||
'make', 'bison', 'flex',
|
'make', 'bison', 'flex',
|
||||||
'git', 'autoconf', 'automake',
|
'git', 'autoconf', 'automake',
|
||||||
'tar', 'unzip', 'gzip',
|
'tar', 'unzip', 'gzip',
|
||||||
'bzip2', 'cmake',
|
'bzip2', 'cmake', 'patch',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
$missing = [];
|
$missing = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user