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