We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6299d commit c5b5f64Copy full SHA for c5b5f64
Dockerfile.assisted-service-rhel9-mce
@@ -42,7 +42,7 @@ COPY --from=builder /app/build/agent-installer-client /usr/local/bin/agent-insta
42
RUN ln -s /usr/local/bin/agent-installer-client /agent-based-installer-register-cluster-and-infraenv
43
44
RUN INSTALL_PKGS="libvirt-libs nmstate nmstate-devel nmstate-libs skopeo openshift-clients" && \
45
- dnf install -y $INSTALL_PKGS --nobest && \
+ dnf install -y $INSTALL_PKGS && \
46
dnf clean all && \
47
rm -rf /var/cache/{yum,dnf}/* && \
48
mkdir -p ${HOME} && \
0 commit comments