diff --git a/docker/production.dockerfile b/docker/production.dockerfile index 5bb196a..1f527e4 100644 --- a/docker/production.dockerfile +++ b/docker/production.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