Add wheel

This commit is contained in:
2022-04-08 12:23:13 +03:00
parent fdddd4e3a6
commit f03ae66a63

View File

@@ -13,7 +13,7 @@ RUN unzip fb2c_linux_amd64.zip
WORKDIR /root/poetry WORKDIR /root/poetry
COPY pyproject.toml poetry.lock /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 && poetry export --without-hashes > requirements.txt
ENV VENV_PATH=/opt/venv ENV VENV_PATH=/opt/venv