I’ve not much experience with Docker and tried the context:lmtx container from Island of TeX. It downloads quickly and works well.

But I need some additional modules. Installation with mtxrun seems to work, but ConTeXt can’t find the module afterwards.
I’d guess that’s a Docker problem?

Here’s the Dockerfile:

FROM registry.gitlab.com/islandoftex/images/context:lmtx
ENV TZ=Europe/Berlin
USER root
RUN apt update
RUN apt-get install fonts-liberation fontconfig
RUN fc-cache -f
RUN cd /context/tex && mtxrun --script install-modules --install statistical-charts,tikz
RUN mtxrun --generate
RUN mtxrun --script fonts --reload --force
USER jenkins


Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to