Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 377 Bytes

pmos-dev-env Dockerfile

Description

Dockerfile for Pmbootstrap devlopment environment used to build PostmarketOS.

Build

You can build the Docker image with the following command :

docker build -t pmos-build-env .

Usage

Container must be run with --privileged parameter :

docker run -it --privileged pmos-dev-env

Run pmbootsrap :

pmbootstrap init

Enjoy