diff --git a/docs/.docker/Dockerfile b/docs/.docker/Dockerfile index 01666abe..afee0d1a 100644 --- a/docs/.docker/Dockerfile +++ b/docs/.docker/Dockerfile @@ -83,8 +83,9 @@ RUN mkdir -p /opt/antora-ui \ # Pre-download MathJax es5 for offline LaTeX. Copy /opt/mathjax/es5 into a # supplemental UI or reference it from your UI template for client-side math. +# MathJax 600692ad9d3552cc25f85510d5797bc942ecc9f7 (600692a): v3.2.2 RUN mkdir -p /opt/mathjax \ - && npm pack mathjax@3 --pack-destination /tmp \ + && npm pack git+https://github.com/mathjax/MathJax.git#600692a --pack-destination /tmp \ && tar -xzf /tmp/mathjax-*.tgz -C /tmp \ && cp -r /tmp/package/es5 /opt/mathjax/es5 \ && rm -rf /tmp/mathjax-* /tmp/package