Skip to content

Commit b8ee33a

Browse files
Update container image to build docs locally (#2503)
1 parent 030dd20 commit b8ee33a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:34
1+
FROM fedora:38
22

33
RUN dnf upgrade -y && \
44
dnf install -y findutils \
@@ -9,8 +9,7 @@ RUN dnf upgrade -y && \
99
redhat-rpm-config \
1010
ruby-devel \
1111
rubygem-asciidoctor && \
12-
dnf groupinstall -y development-tools
13-
14-
RUN gem install sass
12+
dnf groupinstall -y development-tools && \
13+
gem install sass
1514

1615
WORKDIR /foreman-documentation/guides

0 commit comments

Comments
 (0)