Dockerfile for Pmbootstrap devlopment environment used to build PostmarketOS.
You can build the Docker image with the following command :
docker build -t pmos-build-env .
Container must be run with --privileged parameter :
docker run -it --privileged pmos-dev-env
Run pmbootsrap :
pmbootstrap init
Enjoy