diff options
Diffstat (limited to 'bwrap-files')
-rwxr-xr-x | bwrap-files/start.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bwrap-files/start.sh b/bwrap-files/start.sh index 31f55d1..08f3d7e 100755 --- a/bwrap-files/start.sh +++ b/bwrap-files/start.sh @@ -13,6 +13,7 @@ args=( # Note: this --size option is implemented in # https://github.com/containers/bubblewrap/pull/509 --size 10485760 --tmpfs / + --dir /tmp --ro-bind "${chroot}/bin" /bin --ro-bind "${chroot}/usr/bin" /usr/bin --ro-bind "${chroot}/usr/lib" /usr/lib |