Skip to content
Snippets Groups Projects
Commit ea96aa8a authored by nimrod's avatar nimrod
Browse files

Add Poetry.

parent 88213e50
No related branches found
No related tags found
No related merge requests found
FROM buildpack-deps:buster
# hadolint ignore=DL3008,DL3013
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3-dev \
......@@ -9,6 +10,7 @@ RUN apt-get update && \
docutils \
pip \
pipenv \
poetry \
pygments \
tox \
twine \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment