Already setup, fast to use and update. Extend it with your own tools.
Layered on top of the C build environment for docker
- GCC 6
- Debian package development tools: pbuilder, lintian, quilt, debuild, dh-make, fakeroot ...
- quilt configured for debian patching
ccache
for fast recompilation. Included in debuild and dpkg-buildpackage callseatmydata
for faster compilation times
Log into the development environment.
docker run --rm -v "/workdir/path:/src" -ti ownyourbits/debiandev
Details at ownyourbits