Docker image to build Debian package of Python apps/libraries
Go to file
2023-02-17 23:47:42 +01:00
.gitignore First release 2022-04-30 14:25:18 +02:00
Dockerfile Improve Dockerfile to make image smaller 2023-02-17 23:47:42 +01:00
README.md Update image and add some usefull/common tools & libs 2022-11-07 20:21:22 +01:00

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-git python3-wheel pylint pytest flake8 flake8-junit-report pylint-junit junitparser
  • common Debian packages building tools: dpkg-dev fakeroot build-essential devscripts debhelper dh-python
  • common tools: sed lsb-release curl jq git rsync
  • GPG siging tools: gnupg2
  • gitdch tool

To use it:

docker run -it -v "$(pwd)":/src -w /src brenard/debian-python-deb