Add wheel

This commit is contained in:
2022-04-08 12:24:59 +03:00
parent 0f9790000a
commit 18b95519c5

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
WORKDIR /root/poetry
COPY pyproject.toml poetry.lock /root/poetry/
RUN pip install poetry --no-cache-dir \
RUN pip install poetry wheel --no-cache-dir \
&& poetry export --without-hashes > requirements.txt
ENV VENV_PATH=/opt/venv