Skip to content

Commit 0f55e51

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 102fcf3 commit 0f55e51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
5050
fi; } \
5151
&& dnf -y install dnf-plugins-core 'dnf-command(versionlock)' \
5252
&& dnf -y versionlock add 'openssl*' 'openssl-libs*' \
53-
&& 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 \
53+
&& yum install -y --nobest --setopt=install_weak_deps=False --exclude=openssl* --exclude=openssl-libs* \
54+
$LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
5455
&& yum -y clean all && rm -rf /var/cache/yum
5556

5657
#########################################################

0 commit comments

Comments
 (0)