Docker:顶点安装失败
Docker: capstone fails on installation
#20 64.75 Complete output (5 lines):
#20 64.75 running install
#20 64.75 running build
#20 64.75 Building C extensions
#20 64.75 ./make.sh: line 118: make: command not found
#20 64.75 error: [Errno 2] No such file or directory: 'libcapstone.so.4'
(我用 brew 在 mac 上安装了 capstone)
我添加了 make,build-essential 这解决了我的问题。
#20 64.75 Complete output (5 lines):
#20 64.75 running install
#20 64.75 running build
#20 64.75 Building C extensions
#20 64.75 ./make.sh: line 118: make: command not found
#20 64.75 error: [Errno 2] No such file or directory: 'libcapstone.so.4'
(我用 brew 在 mac 上安装了 capstone)
我添加了 make,build-essential 这解决了我的问题。