raulcd commented on code in PR #41180:
URL: https://github.com/apache/arrow/pull/41180#discussion_r1581133625


##########
ci/docker/linux-apt-docs.dockerfile:
##########
@@ -55,7 +57,10 @@ RUN apt-get update -y && \
         r-base=${r}* \
         rsync \
         ruby-dev \
-        wget && \
+        wget \
+        libasound2-dev && \
+    wget -q 
https://freeshell.de/phd/chromium/jammy/pool/latest/chromium_124.0.6367.60~linuxmint1+virginia_amd64.deb
 && \
+    apt-get install -y ./chromium_124.0.6367.60~linuxmint1+virginia_amd64.deb 
&& \

Review Comment:
   If we can somehow use an official chromium package and (probably) not 
require the `libasound2-dev` to build documentation, but maybe we can do that 
on a different PR. It is great to add the mermaid integration but those 
dependencies seem brittle



-- 
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