Skip to content

Commit 3aef654

Browse files
Update export.Dockerfile
1 parent 337d18a commit 3aef654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN python3 -m pip install pipx && \
1616

1717
USER gen3
1818
# Install Poetry via pipx
19-
RUN pipx install poetry
19+
RUN pipx install 'poetry<2.0'
2020
ENV PATH="/home/gen3/.local/bin:${PATH}"
2121
USER root
2222

0 commit comments

Comments
 (0)