summaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Prevent leaving pip install cache in Docker iamge (#7544)Peter Dave Hello2022-10-011-1/+1
| | | | | | | | * Prevent leaving pip install cache in Docker iamge Use `--no-cache-dir` with `pip install` in Dockerfile to prevent cache and minimize the Docker image. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Improve packaging [PEP 517 + 621] (#7076)Marc Mueller2022-06-281-1/+1
| | | | | | | * Use isolated build environments * Update release ci job to use build * Use new project metadata format * Cleanup MANIFEST.in * Remove setup.py
* Docker: Python 3.10 and Alpine 3.15 (#5443)oittaa2021-12-031-1/+1
| | | | * Docker: Python 3.10 and Alpine 3.15
* Dockerfile: add alpine-based docker imageGiuseppe Valente2020-10-071-0/+7