Skip to content

Commit ff3e825

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/docker/opensuse-tumbleweed

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ RUN zypper install -y \
88
python3 \
99
python3-python-dateutil \
1010
ruby \
11-
ruby3.4-rubygem-asciidoctor
11+
ruby-devel
12+
13+
RUN gem install asciidoctor
1214

1315
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
1416
ENV TZ=Europe/Berlin

0 commit comments

Comments
 (0)