From f03ae66a635e827c1e13a8c30588425bf62c89c5 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Fri, 8 Apr 2022 12:23:13 +0300 Subject: [PATCH] Add wheel --- docker/build.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.dockerfile b/docker/build.dockerfile index abe5c5e..ead05f4 100644 --- a/docker/build.dockerfile +++ b/docker/build.dockerfile @@ -13,7 +13,7 @@ RUN unzip fb2c_linux_amd64.zip 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