We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d7e0a commit aefc77fCopy full SHA for aefc77f
init/Containerfile
@@ -1,12 +1,12 @@
1
FROM docker.io/redhat/ubi10-init:10.1
2
3
-RUN dnf clean all;\
+RUN printf "tsflags=nodocs\ninstall_weak_deps=False\n" >> /etc/dnf/dnf.conf;\
4
+ dnf clean all;\
5
dnf -y update;\
6
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
7
dnf -y install procps-ng unzip;\
8
dnf clean all;\
- rm /etc/machine-id;\
9
- printf "tsflags=nodocs\ninstall_weak_deps=False\n" >> /etc/dnf/dnf.conf
+ rm /etc/machine-id
10
11
COPY rootfs/ /
12
0 commit comments