Skip to content

Commit

Permalink
Fix Docker build issue by upgrading Poetry and installing distutils (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Oct 18, 2024
1 parent d26c09b commit 2a04773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12

EXPOSE 8000

ENV POETRY_VERSION=1.4.2
ENV POETRY_VERSION=1.6.1

ENV PATH=$PATH:/root/.poetry/bin

Expand Down

0 comments on commit 2a04773

Please sign in to comment.