File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- FROM fedora:40
1+ FROM quay.io/ fedora/fedora:42
22
3- RUN dnf install -y \
4- findutils \
5- gcc \
3+ RUN dnf group install -y development-tools && \
4+ dnf install -y \
65 gcc-c++ \
76 linkchecker \
8- make \
97 redhat-rpm-config \
108 ruby-devel \
11- rubygem-asciidoctor \
129 rubygem-bundler && \
13- dnf groupinstall -y development-tools && \
10+ dnf clean all && \
11+ rm -fr /var/cache/dnf && \
1412 gem install \
1513 asciidoctor-tabs:1.0.0.beta.6 \
16- ffi:1.16.3 \
17- nokogiri:1.16.5 \
18- racc:1.8.0 \
14+ ffi:1.17.2 \
15+ nokogiri:1.18.10 \
16+ racc:1.8.1 \
1917 rb-fsevent:0.11.2 \
20- rb-inotify:0.10 .1 \
18+ rb-inotify:0.11 .1 \
2119 sass-listen:4.0.0 \
22- sass:3.7.4
20+ sass:3.7.4 && \
21+ asciidoctor --version
2322
2423WORKDIR /foreman-documentation/guides
You can’t perform that action at this time.
0 commit comments