zeroshade commented on code in PR #41180:
URL: https://github.com/apache/arrow/pull/41180#discussion_r1581193519
##########
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:
yea. unfortunately even the mermaid-cli requires puppeteer which launches a
headless chrome instance which requires libasound2-dev for whatever reason.
The "official" chromium package ends up failing to launch, saying it needs
to be installed via snap. So this is the upstream chromium package from
linuxmint (an ubuntu based distro) and was the common solution I found for
people who wanted to install chromium without using snap.
There's effort for mermaid-cli to be able to run without chromium as a
dependency, but it seems like it's going to be a while before that happens.
--
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]