Skip to content

Commit a446dee

Browse files
Update import.Dockerfile
1 parent 3aef654 commit a446dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import.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)