Skip to content

Commit

Permalink
Remove gnuplot and barby because they are available in the base conta…
Browse files Browse the repository at this point in the history
…iner.
  • Loading branch information
barthel committed Jul 4, 2024
1 parent 420db57 commit e669d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ RUN cat /etc/alpine-release \
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 'Native' apk packages
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Install gnuplot - @see: http://gnuplot.info/
# Install imagemagick for meme - @see: https://asciidoctor.org/docs/asciidoctor-diagram/#meme
# Install svgbob - @see: https://github.com/ivanceras/svgbob
# Install tikz (texlive, pdf2svg) - @see: https://github.com/pgf-tikz/pgf
# install MS core font package (non free fonts) - @see: https://wiki.alpinelinux.org/wiki/Fonts#Non-free_fonts
RUN apk --no-cache add \
gnuplot \
imagemagick \
svgbob@testing \
texlive \
Expand Down Expand Up @@ -212,7 +210,6 @@ RUN apk --no-cache add \
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 'Ruby' packages
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Install barby - @see: https://github.com/toretore/barby
# (Re)Install nogokiri - @see: https://nokogiri.org/tutorials/installing_nokogiri.html#other-installation-scenarios
# Install asciidoctor-multipage - @see: https://github.com/owenh000/asciidoctor-multipage
# Install asciidoctor-lists - @see: https://github.com/Alwinator/asciidoctor-lists
Expand All @@ -222,7 +219,6 @@ RUN apk add --no-cache --virtual .rubymakedepends \
libxslt-dev \
ruby-dev \
&& gem install --no-document \
barby rqrcode chunky_png \
asciidoctor-multipage \
asciidoctor-lists \
&& apk del -r --no-cache .rubymakedepends \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Unfortunately, it is not possible to provide **`armv7`** version greater than [1
The following additional diagram tools are installed:

* [ASCIIToSVG](https://github.com/asciitosvg/asciitosvg)<sup>[1]</sup>
* [barby](https://github.com/toretore/barby)
* [barby](https://github.com/toretore/barby)<sup>[1]</sup>
* [blockdiag/blockdiag](https://github.com/blockdiag/blockdiag)<sup>[1]</sup>
* [blockdiag/actdiag](https://github.com/blockdiag/actdiag)<sup>[1]</sup>
* [blockdiag/nwdiag](https://github.com/blockdiag/nwdiag)<sup>[1]</sup>
Expand All @@ -26,7 +26,7 @@ The following additional diagram tools are installed:
* [ditaa](https://ditaa.sourceforge.net/)<sup>[1]</sup>
* [dpic](https://gitlab.com/aplevich/dpic)
* [erd-go](https://github.com/kaishuu0123/erd-go/)
* [gnuplot](http://gnuplot.info/)
* [gnuplot](http://gnuplot.info/)<sup>[1]</sup>
* [graphviz](https://graphviz.gitlab.io/)<sup>[1]</sup>
* [imagemagick](https://asciidoctor.org/docs/asciidoctor-diagram/#meme) for meme
* [mermaid](https://github.com/mermaid-js/mermaid-cli)
Expand Down

0 comments on commit e669d1d

Please sign in to comment.