Conda Python Emscripten job fails building the image installing chrome driver step:
#16 [10/11] RUN /arrow/ci/scripts/install_chromedriver.sh "134"
#16 ERROR: process "/bin/bash --login -c -o pipefail /arrow/ci/scripts/install_chromedriver.sh \"${chrome_version}\"" did not complete successfully: exit code: 8
------
> [10/11] RUN /arrow/ci/scripts/install_chromedriver.sh "134":
------
conda-python-emscripten.dockerfile:56
--------------------
54 | # install chrome for testing browser based runner
55 | COPY ci/scripts/install_chromedriver.sh /arrow/ci/scripts/
56 | >>> RUN /arrow/ci/scripts/install_chromedriver.sh "${chrome_version}"
57 |
58 | # make the version of make that is installed by conda be available everywhere