mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
correct alpine build commands
This commit is contained in:
parent
5cf105c3a5
commit
a3b09c69cc
@ -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 = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user