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