Docker image including Debian development and packaging tools
10K+
Note: this image is built from https://github.com/olbat/dockerfiles/tree/master/debian-pkg
Docker image including Debian development and packaging tools.
The sudo package is installed by default, password checking has been disabled.
Note: don't forget to customize DEBFULLNAME and DEBEMAIL environment variables.
Run dch (in the current directory)
docker run -it --rm -v $(pwd):/src -w /src \
-e DEBFULLNAME='Name' -e DEBEMAIL='[email protected]' \
olbat/debian-pkg dch -i
Run debuild (testing)
docker run -it --rm -v ${PWD}:/home/debian -w /home/debian/$(basename $PWD) \
-e DEBFULLNAME='Name' -e DEBEMAIL='[email protected]' \
olbat/debian-pkg:testing debuild -us -uc
Open a shell (stable)
docker run -it --rm -v $(pwd):/src -w /src \
-e DEBFULLNAME='Name' -e DEBEMAIL='[email protected]' \
olbat/debian-pkg:stable /bin/bash
Debian packaging tools:
Debian automatic packaging tools:
Build automation tools:
Source code management tools:
Content type
Image
Digest
sha256:abe2794f6…
Size
340.9 MB
Last updated
6 days ago
docker pull olbat/debian-pkg:stable-2026-09-14-arm64