Skip to content

Commit d431d63

Browse files
authored
Merge pull request #9 from jski/feature/include-poetry-and-pipenv
Added troubleshooting doc, and including pipenv and poetry into the build
2 parents 0ee0e37 + 10686a0 commit d431d63

File tree

2 files changed

+421
-1
lines changed

2 files changed

+421
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3636
RUN uv venv
3737

3838
ENV VIRTUAL_ENV=/.venv
39-
ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
39+
ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
40+
41+
# Install modern Python package managers for completeness
42+
RUN uv pip install --no-cache poetry pipenv pdm

0 commit comments

Comments
 (0)