You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
364 B
Markdown

<!--
Copyright (c) 2022 Joseph Hale
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
A robust, configurable `python-poetry` Docker image.
## Build
You can build this `python-poetry` image yourself using any version of Poetry
and Python.
```bash
make build POETRY_VERSION="1.1.13" PYTHON_IMAGE_TAG="3.8.13-slim"
```