SteamDeckHomebrew / holo-docker

Docker images of the SteamOS Holo system
GNU General Public License v3.0
30 stars 10 forks source link

Fix Rust build on rootless (inaccessible binaries) #10

Closed NGnius closed 4 months ago

NGnius commented 5 months ago

This should allow all users to access rustup-installed binaries (e.g. the Rust compiler) in the container. Before this, non-root Rust builds would fail because /.rustup was inaccessible for the current user.