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