From 805b5acdbd9c3cd7696cfffeea1f42e878358a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Mon, 8 Jul 2024 11:58:51 +0200 Subject: [PATCH] Remove networkmanager-cli from installed packages Using nmcli from the SSH add-on is an unsupported way of adjusting network configuration in HA OS, and the mismatch of versions of the NetworkManager in the OS and nmcli in the add-on leads to errors that even make it impossible to use it. Having nmcli bundled in the SSH terminal add-on (even the unofficial one) makes users think this is somehow the correct and supported way of configuring advanced networking features. Remove the package from the default set of installed software. Correct way to handle network configuration in HA OS is to use `ha network` command set, and if there's any functionality missing, open feature requests for that. --- ssh/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index e7480f3e..52d7318e 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -55,7 +55,6 @@ RUN \ nano=8.0-r0 \ ncurses=6.4_p20240420-r0 \ net-tools=2.10-r3 \ - networkmanager-cli=1.46.0-r0 \ nmap=7.95-r0 \ openssh=9.7_p1-r4 \ openssl=3.3.1-r1 \