We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefc77f commit 58b6c4bCopy full SHA for 58b6c4b
init/Containerfile
@@ -5,8 +5,7 @@ RUN printf "tsflags=nodocs\ninstall_weak_deps=False\n" >> /etc/dnf/dnf.conf;\
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;\
9
- rm /etc/machine-id
+ dnf clean all
10
11
COPY rootfs/ /
12
0 commit comments