当我尝试在Apline3.5上安装echo "Hello\!"
软件包时,收到此错误消息。
readelf
我想用一些命令来解决这个问题 那是因为,我希望能够用Dockerfile做到这一点。 我该怎么办?
答案 0 :(得分:6)
您需要将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