高山 linux:readelf(缺失)。如何在 Alpine Linux 上安装 readelf?

Alpine linux: readelf(missing). How to install readelf on Alpine Linux?

当我尝试在 Apline3.5 上安装 readelf 软件包时,我收到了这条错误消息。

$ apk add --no-cache readelf
client readelf
fetch http://dl-    cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  readelf (missing):
    required by: world[readelf]

我只想用一些命令解决这个问题。
那是因为,我希望能够使用 Dockerfile 来完成它。 我该怎么办??

您需要使用 binutils 个包来实现相同的效果

$ apk add --update binutils
(1/2) Installing binutils-libs (2.28-r2)
(2/2) Installing binutils (2.28-r2)
Executing busybox-1.26.2-r5.trigger
OK: 13 MiB in 14 packages

$ readelf
Usage: readelf <option(s)> elf-file(s)
 Display information about the contents of ELF format files
 Options are:
  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I
  -h --file-header       Display the ELF file header
  -l --program-headers   Display the program headers