diff --git a/docker/build.dockerfile b/docker/build.dockerfile index cfca3eb..b11d6cd 100644 --- a/docker/build.dockerfile +++ b/docker/build.dockerfile @@ -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