nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

Installation is not compatible with last ubuntu version 20.04 #39

Open guillaumelamirand opened 4 years ago

guillaumelamirand commented 4 years ago

Hi,

I am trying to build your Dockerfile in order to get last version of glances, however the installation script is not compatible with latest ubuntu.

python-pip is not supported anymore, either you should use migrate to python3 (with python3-pip) or use the following to get it install : curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py

In the mean time, I will try to work on a Dockerfile to do it. Thank you.

EDIT: I am doing a PR on your main repo with an updated Dockerfile. I let you have a look. Thanks again.