We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337d18a commit 3aef654Copy full SHA for 3aef654
export.Dockerfile
@@ -16,7 +16,7 @@ RUN python3 -m pip install pipx && \
16
17
USER gen3
18
# Install Poetry via pipx
19
-RUN pipx install poetry
+RUN pipx install 'poetry<2.0'
20
ENV PATH="/home/gen3/.local/bin:${PATH}"
21
USER root
22
0 commit comments