From a3b09c69ccf216ccc5d91269ae68acd2a35e032f Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 17 Jul 2023 21:05:39 +0800 Subject: [PATCH] correct alpine build commands --- src/SPC/doctor/item/LinuxToolCheckList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SPC/doctor/item/LinuxToolCheckList.php b/src/SPC/doctor/item/LinuxToolCheckList.php index bfd143d6..b8b92ff0 100644 --- a/src/SPC/doctor/item/LinuxToolCheckList.php +++ b/src/SPC/doctor/item/LinuxToolCheckList.php @@ -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 = [];