File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,11 @@ RUN cat /etc/alpine-release \
41
41
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
42
42
# 'Native' apk packages
43
43
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
44
- # Install gnuplot - @see: http://gnuplot.info/
45
44
# Install imagemagick for meme - @see: https://asciidoctor.org/docs/asciidoctor-diagram/#meme
46
45
# Install svgbob - @see: https://github.com/ivanceras/svgbob
47
46
# Install tikz (texlive, pdf2svg) - @see: https://github.com/pgf-tikz/pgf
48
47
# install MS core font package (non free fonts) - @see: https://wiki.alpinelinux.org/wiki/Fonts#Non-free_fonts
49
48
RUN apk --no-cache add \
50
- gnuplot \
51
49
imagemagick \
52
50
svgbob@testing \
53
51
texlive \
@@ -212,7 +210,6 @@ RUN apk --no-cache add \
212
210
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
213
211
# 'Ruby' packages
214
212
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
215
- # Install barby - @see: https://github.com/toretore/barby
216
213
# (Re)Install nogokiri - @see: https://nokogiri.org/tutorials/installing_nokogiri.html#other-installation-scenarios
217
214
# Install asciidoctor-multipage - @see: https://github.com/owenh000/asciidoctor-multipage
218
215
# Install asciidoctor-lists - @see: https://github.com/Alwinator/asciidoctor-lists
@@ -222,7 +219,6 @@ RUN apk add --no-cache --virtual .rubymakedepends \
222
219
libxslt-dev \
223
220
ruby-dev \
224
221
&& gem install --no-document \
225
- barby rqrcode chunky_png \
226
222
asciidoctor-multipage \
227
223
asciidoctor-lists \
228
224
&& apk del -r --no-cache .rubymakedepends \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Unfortunately, it is not possible to provide **`armv7`** version greater than [1
15
15
The following additional diagram tools are installed:
16
16
17
17
* [ 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 >
19
19
* [ blockdiag/blockdiag] ( https://github.com/blockdiag/blockdiag ) <sup >[ 1] </sup >
20
20
* [ blockdiag/actdiag] ( https://github.com/blockdiag/actdiag ) <sup >[ 1] </sup >
21
21
* [ blockdiag/nwdiag] ( https://github.com/blockdiag/nwdiag ) <sup >[ 1] </sup >
@@ -26,7 +26,7 @@ The following additional diagram tools are installed:
26
26
* [ ditaa] ( https://ditaa.sourceforge.net/ ) <sup >[ 1] </sup >
27
27
* [ dpic] ( https://gitlab.com/aplevich/dpic )
28
28
* [ erd-go] ( https://github.com/kaishuu0123/erd-go/ )
29
- * [ gnuplot] ( http://gnuplot.info/ )
29
+ * [ gnuplot] ( http://gnuplot.info/ ) < sup > [ 1 ] </ sup >
30
30
* [ graphviz] ( https://graphviz.gitlab.io/ ) <sup >[ 1] </sup >
31
31
* [ imagemagick] ( https://asciidoctor.org/docs/asciidoctor-diagram/#meme ) for meme
32
32
* [ mermaid] ( https://github.com/mermaid-js/mermaid-cli )
You can’t perform that action at this time.
0 commit comments