Skip to content

Commit

Permalink
[latest] Fix mathematical gem version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenm committed Oct 24, 2023
1 parent e62e3b3 commit 323c110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 323c110

Please sign in to comment.