Skip to content

Commit

Permalink
build_docs: add ruby-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Mar 25, 2024
1 parent 95c9c79 commit 38ed054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs/linuxdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ if [ "$skippackagesoption" != "yes" ]; then
sudo apt-get install -y bison docbook docbook-xml docbook-xsl flex libfl-dev libsaxonhe-java xsltproc
fi
if [ "$typeoption" = "main" ]; then
sudo apt-get install -y python3-pip ruby
sudo apt-get install -y python3-pip ruby ruby-dev
sudo apt-get install -y bison docbook docbook-xml docbook-xsl docutils-doc docutils-common flex ghostscript graphviz libfl-dev libsaxonhe-java python3-docutils texlive texlive-latex-extra xsltproc
# the next two gems are for asciidoctor-pdf
sudo gem install public_suffix --version 4.0.7 # 4.0.7 from 2022 still supports ruby 2.5. Continue to use until ~2024.
Expand Down

0 comments on commit 38ed054

Please sign in to comment.