From 8ce3ad5825e6eb9fd06cfacf2f7b8d3993321244 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 7 Aug 2025 12:38:59 -0300 Subject: [PATCH] Install Mullvad VPN client --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index efc84c1..85c7ea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,9 @@ RUN dnf install -y waydroid # Remove plocate to avoid updatedb going crazy with scanning the file system once a day RUN dnf remove -y plocate +# Install Mullvad VPN client +RUN rpm -Uvh --nodeps https://mullvad.net/da/download/app/rpm/latest + RUN systemctl disable nvidia-powerd # Add rule to SELinux allowing modules to be loaded into custom kernel