nickva commented on code in PR #249:
URL: https://github.com/apache/couchdb-docker/pull/249#discussion_r1247977430


##########
dev/Dockerfile:
##########
@@ -57,37 +56,30 @@ RUN set -eux; \
     python3 \
     libpython3-dev \
     python3-pip \
+    python3.11-venv \
     python3-sphinx \
+    python3-sphinx-rtd-theme \

Review Comment:
   Good point, we bring both the mango tests and doc build dependencies in via 
a venv + requirements.txt file so those may not be needed. Try to to see if 
`make check` passes with just `python3-setuptools` and `python3.11-venv`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to