Docker image for python with some goodies installed
Go to file
2024-03-30 07:47:38 +01:00
.github/workflows Updates all GitHub-based Actions to their latest versions 2023-12-20 09:14:42 +01:00
Dockerfile Added Dockerfile, doc, package list and CI config. 2020-12-19 19:04:44 +01:00
LICENSE Adds a LICENSE 2024-03-30 07:47:38 +01:00
README.md Changes CI config to GitHub Actions 2023-01-29 12:54:10 +01:00
requirements.txt Added synapse to requirements 2021-09-21 14:07:04 +02:00

docker_python-custom

Build Docker images

Unofficial custom python Docker image for faster CI jobs of other projects of mine. Prebuild images can be found at Dockerhub.

Dockerfile

The Dockerfile can be found at: https://github.com/maxkratz/docker_python-custom/blob/main/Dockerfile

What gets installed in this container?

You can find a list of all installed packages (and versions) in requirements.txt.

Issues & Contribution

If you find any problems, bugs or missing packages, feel free to open an issue on github.