diff --git a/Dockerfile b/Dockerfile index fe88bf5..f102793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY pyproject.toml poetry.lock ./ RUN python -m venv --copies /app/venv \ && . /app/venv/bin/activate \ + && python -m pip install setuptools \ && poetry install $POETRY_OPTIONS ENV PATH /app/venv/bin:$PATH