We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cda469 commit f41b520Copy full SHA for f41b520
test/docker/opensuse-tumbleweed
@@ -7,9 +7,10 @@ RUN zypper install -y \
7
man \
8
python3 \
9
python3-python-dateutil \
10
- ruby \
11
- ruby3.4-rubygem-asciidoctor
+ ruby
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
14
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
15
ENV TZ=Europe/Berlin
16
0 commit comments