Skip to content

Commit eabfeed

Browse files
committed
fix(ci/docker): workaround issue with poetry 2
Signed-off-by: Fatih Acar <[email protected]>
1 parent 7fb0ac9 commit eabfeed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

development/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ RUN apt-get update && \
3232
pip --no-cache-dir install --no-compile --upgrade pip wheel
3333

3434
RUN poetry config virtualenvs.create false
35+
# Poetry 2.1 workaround
36+
ENV POETRY_VIRTUALENVS_CREATE=false
3537

3638
# ****************************************************************
3739
# STAGE : Frontend

0 commit comments

Comments
 (0)