From db97e121aaa6b0a026a4f86bdfdf736867557398 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 28 Sep 2025 12:50:15 -0300 Subject: [PATCH] Revert "Install Portmaster" This reverts commit b25877a60c55b0aef76ea2010408e6cc9daeed9d. Portmaster causes slowness and bugs with internet connections. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c016bd7..d1c8154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,9 +28,6 @@ RUN dnf remove -y plocate # Install Mullvad VPN client RUN rpm -Uvh --nodeps https://mullvad.net/da/download/app/rpm/latest -# Install Portmaster -RUN dnf install -y https://updates.safing.io/latest/linux_amd64/packages/Portmaster-2.0.25-1.x86_64.rpm - # Add rule to SELinux allowing modules to be loaded into custom kernel RUN setsebool -P domain_kernel_load_modules on