Skip to content

Commit 956667b

Browse files
committed
fix alpine doctor saying gettext-dev isn't installed
1 parent 51e23d2 commit 956667b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/doctor/item/LinuxToolCheckList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class LinuxToolCheckList
5151
'binutils-gold' => 'ld.gold',
5252
'base-devel' => 'automake',
5353
'gettext-devel' => 'gettextize',
54+
'gettext-dev' => 'gettextize',
5455
];
5556

5657
/** @noinspection PhpUnused */

0 commit comments

Comments
 (0)