From 47e24a000814ba006eb866a552c78c2f0c5a1539 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Wed, 14 Jan 2026 09:14:16 +0200 Subject: [PATCH] fix: Fix starting ubi9-9.6 based workspaces Signed-off-by: Roman Nikitenko --- build/dockerfiles/linux-libc-ubi9.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/linux-libc-ubi9.Dockerfile b/build/dockerfiles/linux-libc-ubi9.Dockerfile index b186be3b49c..7b9875990ad 100644 --- a/build/dockerfiles/linux-libc-ubi9.Dockerfile +++ b/build/dockerfiles/linux-libc-ubi9.Dockerfile @@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\ else \ LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \ fi; } \ - && 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 \ + && yum install -y --nobest --setopt=install_weak_deps=False --exclude=openssl* --exclude=openssl-libs* $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \ && yum -y clean all && rm -rf /var/cache/yum #########################################################