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.
1 parent db17840 commit 8621b55Copy full SHA for 8621b55
bootc/Containerfile.centos9
@@ -34,7 +34,7 @@ ARG PACKAGES="\
34
sysstat"
35
ARG ENABLE_UNITS="openvswitch"
36
37
-RUN dnf -y update && dnf -y install $PACKAGES && dnf clean all && systemctl enable $ENABLE_UNITS
+RUN dnf -y install $PACKAGES && dnf clean all && systemctl enable $ENABLE_UNITS
38
39
# Drop Ansible fact into place
40
COPY ansible-facts/bootc.fact /usr/etc/ansible/facts.d/bootc.fact
0 commit comments