Fix Dockerfile (#1509)
This commit is contained in:
@@ -2,6 +2,7 @@ FROM python:3.11 as requirements-stage
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN pip install poetry
|
RUN pip install poetry
|
||||||
|
RUN poetry self add poetry-plugin-export
|
||||||
COPY ./pyproject.toml /tmp/pyproject.toml
|
COPY ./pyproject.toml /tmp/pyproject.toml
|
||||||
COPY ./poetry.lock /tmp/poetry.lock
|
COPY ./poetry.lock /tmp/poetry.lock
|
||||||
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
|
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||||
|
|||||||
Reference in New Issue
Block a user