test:opensuse1500: Update asciidoctor to 2.0.15

This also installs asciidoctor 2.0.15 explicitly so that if the latest
is changed upstream the update-alternatives line will not break.

Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
Shaun Ruffell 2021-05-13 08:58:04 -05:00 committed by Thomas Lauf
parent 73970b3755
commit 92697cc1ad

View file

@ -11,8 +11,8 @@ RUN zypper install -y \
python3-dateutil \
ruby
RUN gem install asciidoctor
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/lib64/ruby/gems/2.5.0/gems/asciidoctor-2.0.12/bin/asciidoctor 10
RUN gem install asciidoctor -v 2.0.15
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/lib64/ruby/gems/2.5.0/gems/asciidoctor-2.0.15/bin/asciidoctor 10
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
ENV TZ=Europe/Berlin