Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

CBPP/cbpp11-amd64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

build cmd

docker run --privileged --cap-add=ALL -v /proc:/proc -v /sys:/sys -v $PWD:/build -w /build -it --rm debian:bullseye /bin/sh -c 'apt-get update && apt-get install -y live-build && mkdir .build && touch .build/config && lb build'