diff --git a/src/latest/Dockerfile b/src/latest/Dockerfile index 1690aea..fa83100 100644 --- a/src/latest/Dockerfile +++ b/src/latest/Dockerfile @@ -168,6 +168,8 @@ RUN apt-get install --yes --no-install-recommends \ libpango1.0-dev \ libxml2-dev && \ gem update --system --no-document --no-update-sources && \ + gem install --force --no-document --no-update-sources \ + mathematical:1.6.14 # https://github.com/asciidoctor/asciidoctor-mathematical/issues/122 && \ gem install --force --no-document --no-update-sources \ asciidoctor \ asciidoctor-diagram \