diff --git a/docker/Dockerfile b/docker/Dockerfile index cda9f2c01b7a..9ebd137db764 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -65,6 +65,15 @@ WORKDIR /synapse # Copy just what we need to run `poetry export`... COPY pyproject.toml poetry.lock /synapse/ +# Fix Package docutils (0.21.post1) not found. +# https://github.com/python-poetry/poetry/issues/9293 +RUN cat > /synapse/pyproject.toml <<