Skip to content

Commit f41b520

Browse files
committed
Install Asciidoctor via Ruby Gem
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
1 parent 8cda469 commit f41b520

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/docker/opensuse-tumbleweed

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ RUN zypper install -y \
77
man \
88
python3 \
99
python3-python-dateutil \
10-
ruby \
11-
ruby3.4-rubygem-asciidoctor
10+
ruby
1211

12+
RUN gem install asciidoctor
13+
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/lib64/ruby/gems/4.0.0/gems/asciidoctor-2.0.26/bin/asciidoctor 10
1314
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
1415
ENV TZ=Europe/Berlin
1516

0 commit comments

Comments
 (0)