mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix open suse Docker images
Update Asciidoctor Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
9f8b0fbc28
commit
74562b2d47
2 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ RUN zypper install -y \
|
|||
python3-python-dateutil \
|
||||
ruby
|
||||
|
||||
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 gem install asciidoctor -v 2.0.17
|
||||
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/bin/asciidoctor.ruby2.5 10
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
ENV TZ=Europe/Berlin
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ RUN zypper install -y \
|
|||
python3-python-dateutil \
|
||||
ruby
|
||||
|
||||
RUN gem install asciidoctor -v 2.0.15
|
||||
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/bin/asciidoctor.ruby3.2 10
|
||||
RUN gem install asciidoctor -v 2.0.17
|
||||
RUN update-alternatives --install /usr/bin/asciidoctor asciidoctor /usr/bin//asciidoctor.ruby3.3 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