mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
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:
parent
73970b3755
commit
92697cc1ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue