We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e223641 + 7936f19 commit 7dd2fbcCopy full SHA for 7dd2fbc
images/baremetal/Dockerfile.ci
@@ -18,7 +18,8 @@ RUN dnf upgrade -y && \
18
19
# node-joiner requirements
20
COPY --from=builder /go/src/github.com/openshift/installer/bin/node-joiner /bin/node-joiner
21
-RUN dnf install -y nmstate openshift-clients
+RUN dnf install -y nmstate openshift-clients && \
22
+ dnf clean all && rm -rf /var/cache/yum/*
23
24
RUN mkdir /output && chown 1000:1000 /output
25
USER 1000:1000
0 commit comments