shipfeedAI news, curated daily

23:56:11 CET
20 MAY23:56:11shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

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.

Jul 4 · · primary fetch1 sourceupdated Jul 4 ·

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" }

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comSandbox now supports sudo and installing RPM packagesprimary