【发布时间】:2014-10-21 12:26:25
【问题描述】:
我在 docker 容器中运行了 add-apt-repository ppa:ubuntu-wine/ppa,但由于通知失败:
Cannot add PPA: 'ppa:ppaname/ppa'.
Please check that the PPA name or format is crrect.
它在主机上的工作方式。
google了很多之后,我尝试了以下方法:
apt-get install python-software-properties
apt-get install software-properties-common
apt-get install --reinstall ca-certificates
没有用。
主机上的系统是ubuntu 14.04,64bit。
容器镜像基于DOCKER HUB的ubuntu 14.04。
谁能帮帮我?
【问题讨论】: