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