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 aabb34b commit c26715dCopy full SHA for c26715d
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.11-slim
2
3
-RUN pip install poetry && mkdir /src
+RUN pip install poetry==2.3.2 && mkdir /src
4
COPY poetry.lock pyproject.toml README.md entrypoint.sh /src
5
COPY diff_poetry_lock /src/diff_poetry_lock
6
RUN python3 -m venv /src/.venv && poetry install --directory /src --without=dev
0 commit comments