aergus / dockerfiles

Creative Commons Zero v1.0 Universal
19 stars 38 forks source link

Consider adding Java #7

Closed A6GibKm closed 5 years ago

A6GibKm commented 5 years ago

I am using this image to run arara on tex files for my personal website. arara depends on java which is not in the image, I have to add apt install -y default-jre as a solution to my CI.

aergus commented 5 years ago

Thanks for reporting this. I've added the "headless" version of JRE in a478ebb307add4b0e2ccdc8eb4fe3edd9c9f7659. If you are using the Docher Hub image, that's updated as well. Can you confirm that arara is working as expected?

This causes a rather large overhead (~170 MB), but I think there is no way around it because there is at least one more tool listed in texlive-extra-utils (namely texosquery) that seems to require Java. I'm actually a bit surprised that JRE is not a dependency or at least a suggested package for texlive-extra-utils, so maybe I'll contact the maintainers.

A6GibKm commented 5 years ago

arara now opens fine. Thanks for the quick response.