Skip to content

Commit c5b5f64

Browse files
committed
test...
1 parent 2f6299d commit c5b5f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.assisted-service-rhel9-mce

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=builder /app/build/agent-installer-client /usr/local/bin/agent-insta
4242
RUN ln -s /usr/local/bin/agent-installer-client /agent-based-installer-register-cluster-and-infraenv
4343

4444
RUN INSTALL_PKGS="libvirt-libs nmstate nmstate-devel nmstate-libs skopeo openshift-clients" && \
45-
dnf install -y $INSTALL_PKGS --nobest && \
45+
dnf install -y $INSTALL_PKGS && \
4646
dnf clean all && \
4747
rm -rf /var/cache/{yum,dnf}/* && \
4848
mkdir -p ${HOME} && \

0 commit comments

Comments
 (0)