I ran add-apt-repository ppa: ubuntu-wine / ppa in the docker container, but couldn't notice:
Cannot add PPA: 'ppa:ppaname/ppa'.
Please check that the PPA name or format is crrect.
At the same time, he worked on the host.
After a lot of searching, I tried the following:
apt-get install python-software-properties
apt-get install software-properties-common
apt-get install
and does not work.
The host system is ubuntu 04/14/64 bit.
The container image is based on ubuntu 14.04 from the DOCKER HUB.
Can someone help me?
source
share