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.
2 parents 2f3123c + 6f4098e commit 61bb4ceCopy full SHA for 61bb4ce
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
4
5
WORKDIR /tmp
6
7
-RUN pip install poetry
+RUN pip install poetry poetry-plugin-export
8
9
COPY ./pyproject.toml ./poetry.lock* /tmp/
10
0 commit comments