mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix alpine doctor saying gettext-dev isn't installed
This commit is contained in:
parent
51e23d21cd
commit
956667bf08
@ -51,6 +51,7 @@ class LinuxToolCheckList
|
|||||||
'binutils-gold' => 'ld.gold',
|
'binutils-gold' => 'ld.gold',
|
||||||
'base-devel' => 'automake',
|
'base-devel' => 'automake',
|
||||||
'gettext-devel' => 'gettextize',
|
'gettext-devel' => 'gettextize',
|
||||||
|
'gettext-dev' => 'gettextize',
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @noinspection PhpUnused */
|
/** @noinspection PhpUnused */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user