We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416c9e commit 4de8069Copy full SHA for 4de8069
src/SPC/doctor/item/LinuxToolCheckList.php
@@ -31,7 +31,7 @@ class LinuxToolCheckList
31
'tar', 'unzip', 'gzip', 'gcc', 'g++',
32
'bzip2', 'cmake', 'patch',
33
'xz', 'libtoolize', 'which',
34
- 'patchelf',
+ 'patchelf', 'file',
35
];
36
37
public const TOOLS_RHEL = [
0 commit comments