Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 unrar,当我将它部署在 ubuntu 上(不在 docker 内)时,我的脚本运行良好。实施相同的脚本后,我收到此错误。我有 unrar 命令正在执行,但是它对所有文件的显示都失败了,没有任何其他错误消息。
该怎么办?
终于让它工作了,安装了一些其他的库并且 unrar 开始正常工作。
RUN apt-get install -y unace unrar zip unzip p7zip-full p7zip-rar sharutils rar
注意:可能不需要所有这些,我很着急,所以无法准确测试需要哪个库。