We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1de0e5 commit 9db896aCopy full SHA for 9db896a
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /source
4
5
COPY poetry.lock pyproject.toml /source/
6
7
-RUN pip install --no-cache-dir poetry
+RUN pip install --no-cache-dir poetry==1.8.0
8
9
RUN poetry config virtualenvs.create false
10
RUN poetry install --no-interaction --no-ansi --without dev
0 commit comments