fix alpine doctor saying gettext-dev isn't installed

This commit is contained in:
DubbleClick 2025-06-30 13:40:51 +07:00
parent 51e23d21cd
commit 956667bf08

View File

@ -51,6 +51,7 @@ class LinuxToolCheckList
'binutils-gold' => 'ld.gold',
'base-devel' => 'automake',
'gettext-devel' => 'gettextize',
'gettext-dev' => 'gettextize',
];
/** @noinspection PhpUnused */