diff --git a/Dockerfile b/Dockerfile index 3909f29..0e9260c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,9 +44,9 @@ RUN npm install -g azurite USER python VOLUME /home/python -ENV PATH /home/python/.local/bin:$PATH +ENV PATH=/home/python/.local/bin:$PATH -RUN pipx install poetry && \ +RUN pipx install poetry==1.8.5 && \ pipx install nox RUN cat <