Update Dockerfile

This commit is contained in:
Blackwhitebear8 2025-01-12 15:10:18 +01:00
parent 474728e746
commit 64716fa63b

View file

@ -39,9 +39,9 @@ RUN wget --no-hsts https://www.termius.com/download/linux/Termius.deb \
&& apt update -y \
&& apt remove -y zoom* \
&& apt remove -y zoom* slack* \
&& apt install -y vlc htop mtr net-tools neofetch \
&& apt install -y vlc htop mtr net-tools neofetch nmap \
&& apt update -y \
&& apt upgrade -y \