- Install nsjail Download source code
git clone https://github.com/google/nsjail.git
cd nsjail
Install the necessary dependencies
sudo apt-get update
sudo apt-get install -y autoconf bison flex g++ git libprotobuf-dev libtool make pkg-config protobuf-compiler python3-minimal
# openssl
sudo apt-get install libnl-3-dev libnl-route-3-dev
Build
make # make -j8
Clone
git clone https://github