Skip to content

Commit

Permalink
fix: resolve build without specific mathematical gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 26, 2024
1 parent e0a3c30 commit 90e71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ENV ASCIIDOCTOR_REVEALJS_VERSION=5.1.0
RUN apk update && \
apk upgrade && \
apk add py3-pygments py3-seqdiag@testing py3-nwdiag@testing cmake bison flex-dev mtex2mml-dev lasem-dev && \
gem install mathematical:1.6.14 asciidoctor:${ASCIIDOCTOR_VERSION} asciidoctor-pdf:${ASCIIDOCTOR_PDF_VERSION} asciidoctor-diagram:${ASCIIDOCTOR_DIAGRAM_VERSION} asciidoctor-epub3:${ASCIIDOCTOR_EPUB3_VERSION} asciidoctor-mathematical:${ASCIIDOCTOR_MATHEMATICAL_VERSION} asciidoctor-revealjs:${ASCIIDOCTOR_REVEALJS_VERSION} rouge coderay pygments.rb epubcheck kindlegen && \
gem install mathematical asciidoctor:${ASCIIDOCTOR_VERSION} asciidoctor-pdf:${ASCIIDOCTOR_PDF_VERSION} asciidoctor-diagram:${ASCIIDOCTOR_DIAGRAM_VERSION} asciidoctor-epub3:${ASCIIDOCTOR_EPUB3_VERSION} asciidoctor-mathematical:${ASCIIDOCTOR_MATHEMATICAL_VERSION} asciidoctor-revealjs:${ASCIIDOCTOR_REVEALJS_VERSION} rouge coderay pygments.rb epubcheck kindlegen && \
apk del cmake bison flex-dev mtex2mml-dev lasem-dev && \
rm -rf /var/cache/apk/*

0 comments on commit 90e71f4

Please sign in to comment.