Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 318 Bytes

Docker containers that build debian packages.

From your project root (that contains debian/control), build a debian package with:

docker run --rm -v "$(pwd)":/pkg bunn/debbuild:jessie

To speed up rebuilds, you can create a new docker layer with your particular build-deps. See jessie_go.Docker as an example.