Skip to content

Commit de4f74a

Browse files
test fix
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 29faeaa commit de4f74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
4848
else \
4949
LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \
5050
fi; } \
51-
&& yum install -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
51+
&& yum install --nobest -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
5252
&& yum -y clean all && rm -rf /var/cache/yum
5353

5454
#########################################################

0 commit comments

Comments
 (0)