Closed VincentSan closed 5 days ago
Hmm, indeed it's missing but it's not an issue per se. Just that the tool is not in Exegol yet. Why do you think it should be added?
A few months ago, he was present on Exegol. He is particularly useful for RDP connection from my container.
Weird, remmina should be installed : https://github.com/ThePorgs/Exegol-images/blob/dev/sources/install/package_network.sh#L76
We will check.
I've found the problem: we don't call the install_remmina
function.
Can I call this function after docker running ?
No, you can't. You can actually paste this script into your container and install it while we fix it.
apt update
apt install -y remmina remmina-plugin-rdp remmina-plugin-secret
echo "rdp_use_client_keymap=1" >> /root/.config/remmina/remmina.pref
remmina --help
Describe the bug
Hi ! 👋 The tool remmina is not install on nightly.
Steps To Reproduce
remmina
and command not found.locate remmina
Exegol Wrapper Version
Exegol container information
Exception
Additional context
Anything else?
No response