We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030dd20 commit b8ee33aCopy full SHA for b8ee33a
.dockerignore
@@ -0,0 +1 @@
1
+*
Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:34
+FROM fedora:38
2
3
RUN dnf upgrade -y && \
4
dnf install -y findutils \
@@ -9,8 +9,7 @@ RUN dnf upgrade -y && \
9
redhat-rpm-config \
10
ruby-devel \
11
rubygem-asciidoctor && \
12
- dnf groupinstall -y development-tools
13
-
14
-RUN gem install sass
+ dnf groupinstall -y development-tools && \
+ gem install sass
15
16
WORKDIR /foreman-documentation/guides
0 commit comments