Skip to content

Commit e669d1d

Browse files
committed
Remove gnuplot and barby because they are available in the base container.
1 parent 420db57 commit e669d1d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ RUN cat /etc/alpine-release \
4141
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4242
# 'Native' apk packages
4343
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
44-
# Install gnuplot - @see: http://gnuplot.info/
4544
# Install imagemagick for meme - @see: https://asciidoctor.org/docs/asciidoctor-diagram/#meme
4645
# Install svgbob - @see: https://github.com/ivanceras/svgbob
4746
# Install tikz (texlive, pdf2svg) - @see: https://github.com/pgf-tikz/pgf
4847
# install MS core font package (non free fonts) - @see: https://wiki.alpinelinux.org/wiki/Fonts#Non-free_fonts
4948
RUN apk --no-cache add \
50-
gnuplot \
5149
imagemagick \
5250
svgbob@testing \
5351
texlive \
@@ -212,7 +210,6 @@ RUN apk --no-cache add \
212210
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
213211
# 'Ruby' packages
214212
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
215-
# Install barby - @see: https://github.com/toretore/barby
216213
# (Re)Install nogokiri - @see: https://nokogiri.org/tutorials/installing_nokogiri.html#other-installation-scenarios
217214
# Install asciidoctor-multipage - @see: https://github.com/owenh000/asciidoctor-multipage
218215
# Install asciidoctor-lists - @see: https://github.com/Alwinator/asciidoctor-lists
@@ -222,7 +219,6 @@ RUN apk add --no-cache --virtual .rubymakedepends \
222219
libxslt-dev \
223220
ruby-dev \
224221
&& gem install --no-document \
225-
barby rqrcode chunky_png \
226222
asciidoctor-multipage \
227223
asciidoctor-lists \
228224
&& apk del -r --no-cache .rubymakedepends \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Unfortunately, it is not possible to provide **`armv7`** version greater than [1
1515
The following additional diagram tools are installed:
1616

1717
* [ASCIIToSVG](https://github.com/asciitosvg/asciitosvg)<sup>[1]</sup>
18-
* [barby](https://github.com/toretore/barby)
18+
* [barby](https://github.com/toretore/barby)<sup>[1]</sup>
1919
* [blockdiag/blockdiag](https://github.com/blockdiag/blockdiag)<sup>[1]</sup>
2020
* [blockdiag/actdiag](https://github.com/blockdiag/actdiag)<sup>[1]</sup>
2121
* [blockdiag/nwdiag](https://github.com/blockdiag/nwdiag)<sup>[1]</sup>
@@ -26,7 +26,7 @@ The following additional diagram tools are installed:
2626
* [ditaa](https://ditaa.sourceforge.net/)<sup>[1]</sup>
2727
* [dpic](https://gitlab.com/aplevich/dpic)
2828
* [erd-go](https://github.com/kaishuu0123/erd-go/)
29-
* [gnuplot](http://gnuplot.info/)
29+
* [gnuplot](http://gnuplot.info/)<sup>[1]</sup>
3030
* [graphviz](https://graphviz.gitlab.io/)<sup>[1]</sup>
3131
* [imagemagick](https://asciidoctor.org/docs/asciidoctor-diagram/#meme) for meme
3232
* [mermaid](https://github.com/mermaid-js/mermaid-cli)

0 commit comments

Comments
 (0)