You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
.gitignore | 4 weeks ago | |
Dockerfile | 4 weeks ago | |
README.md | 4 weeks ago |
README.md
Docker image to build Debian package of Python apps/libraries
Image with common dependencies to build Debian package of Python apps/libraries :
- common python packages:
python3-all python3-dev python3-pip python3-venv python3-wheel
- common Debian packages building tools:
dpkg-dev fakeroot build-essential devscripts debhelper dh-python
- common tools:
sed lsb-release
- GPG siging tools:
gnupg2
To use it:
docker run -it -v "$(pwd)":/src -w /src brenard/debian-python-deb