mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
add back perl-IPC-Cmd for spc-gnu-docker (not included in perl package on aarch64, apparently)
This commit is contained in:
@@ -61,7 +61,8 @@ class LinuxToolCheckList
|
|||||||
|
|
||||||
$required = match ($distro['dist']) {
|
$required = match ($distro['dist']) {
|
||||||
'alpine' => self::TOOLS_ALPINE,
|
'alpine' => self::TOOLS_ALPINE,
|
||||||
'redhat', 'centos' => self::TOOLS_RHEL,
|
'redhat' => self::TOOLS_RHEL,
|
||||||
|
'centos' => array_merge(self::TOOLS_RHEL, ['perl-IPC-Cmd']),
|
||||||
'arch' => self::TOOLS_ARCH,
|
'arch' => self::TOOLS_ARCH,
|
||||||
default => self::TOOLS_DEBIAN,
|
default => self::TOOLS_DEBIAN,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user