Hacker News new | ask | show | jobs
by gegenschall 4136 days ago
In my understanding you can just (read-only) bind-mount the necessary libraries into the sandbox, ship your own, or do a combination of the former two.
1 comments

bind-mounting and/or symlinks are good ways to go. That way there isn't unnecessary duplication.