fix glances not showing docker containers

This commit is contained in:
t3chn0m4g3
2022-05-24 14:58:45 +00:00
parent f13d08287f
commit 153c11babd
2 changed files with 2 additions and 2 deletions

View File

@ -696,7 +696,7 @@ echo "UseRoaming no" | tee -a /etc/ssh/ssh_config
# Installing elasticdump, yq
fuBANNER "Installing pkgs"
npm install elasticdump -g
pip3 install glances yq
pip3 install glances[docker] yq
hash -r
# Cloning T-Pot from GitHub