Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 667 Bytes

bubblewrap-static

Statically linked bubblewrap an unprivileged sandboxing tool compiled with musl.

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/bubblewrap-static.git
cd bubblewrap-static
  • Compile the binaries
# for x86_64
docker run --rm -it -v "$PWD:/root" --platform=linux/amd64 alpine:latest /root/build.sh

# for aarch64 (required qemu-user-static)
docker run --rm -it -v "$PWD:/root" --platform=linux/arm64 alpine:latest /root/build.sh
  • Or take an already precompiled from the releases