我们在创建基础容器之后,进入容器,进行编辑配置文件的时候,需要使用rpm,但是会出现:bash: rpm: command not found

解决
使用如下命令安装:

apt-get update
apt-get install rpm

标签: none

添加新评论