mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix glances not showing docker containers
This commit is contained in:
parent
f13d08287f
commit
153c11babd
2 changed files with 2 additions and 2 deletions
|
@ -696,7 +696,7 @@ echo "UseRoaming no" | tee -a /etc/ssh/ssh_config
|
||||||
# Installing elasticdump, yq
|
# Installing elasticdump, yq
|
||||||
fuBANNER "Installing pkgs"
|
fuBANNER "Installing pkgs"
|
||||||
npm install elasticdump -g
|
npm install elasticdump -g
|
||||||
pip3 install glances yq
|
pip3 install glances[docker] yq
|
||||||
hash -r
|
hash -r
|
||||||
|
|
||||||
# Cloning T-Pot from GitHub
|
# Cloning T-Pot from GitHub
|
||||||
|
|
|
@ -255,7 +255,7 @@ apt-fast -y dist-upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::
|
||||||
dpkg --configure -a
|
dpkg --configure -a
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
npm install elasticdump -g
|
npm install elasticdump -g
|
||||||
pip3 install --upgrade glances yq
|
pip3 install --upgrade glances[docker] yq
|
||||||
hash -r
|
hash -r
|
||||||
echo
|
echo
|
||||||
echo "### Now replacing T-Pot related config files on host"
|
echo "### Now replacing T-Pot related config files on host"
|
||||||
|
|
Loading…
Reference in a new issue