Skip to content

Commit

Permalink
Allow tabs for container-based builds
Browse files Browse the repository at this point in the history
* Gem versions follow GHA in foreman-documentation for PR 3104 that
  introduces tabs which require "asciidoctor-tabs".
* Install bundler as RPM.
  • Loading branch information
maximiliankolb committed Sep 13, 2024
1 parent 6229be7 commit f77d18a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ RUN dnf install -y \
make \
redhat-rpm-config \
ruby-devel \
rubygem-asciidoctor && \
rubygem-asciidoctor \
rubygem-bundler && \
dnf groupinstall -y development-tools && \
gem install \
asciidoctor-tabs:1.0.0.beta.6 \
ffi:1.16.3 \
nokogiri \
nokogiri:1.16.5 \
racc:1.8.0 \
rb-fsevent:0.11.2 \
rb-inotify:0.10.1 \
sass
sass-listen:4.0.0 \
sass:3.7.4

WORKDIR /foreman-documentation/guides

0 comments on commit f77d18a

Please sign in to comment.