Sandbox now supports sudo and installing RPM packages
Vercel Sandbox adds sudo support and RPM package installation, enabling full runtime environment control including system dependencies and custom binaries without workarounds.
You can now run commands with inside , giving you full control over runtime environment setup, just like on a traditional Linux system.sudoVercel Sandbox This makes it possible to install system dependencies at runtime, like Go, Python packages, or custom binaries, before executing your code. is available via the method:sudorunCommand The sandbox configuration is designed to be easy to use:sudo With on Sandbox it's easier to run untrusted code in isolated environments with the right permissions, with no workarounds required.sudo Learn more about and .Vercel Sandbox sudo in the documentation Read more is preservedPATH is set to /rootHOME Custom environment variables like are passed throughenv: { FOO: "bar" }