We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102fcf3 commit 0f55e51Copy full SHA for 0f55e51
1 file changed
build/dockerfiles/linux-libc-ubi9.Dockerfile
@@ -50,7 +50,8 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
50
fi; } \
51
&& dnf -y install dnf-plugins-core 'dnf-command(versionlock)' \
52
&& 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 \
+ && 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 \
55
&& yum -y clean all && rm -rf /var/cache/yum
56
57
#########################################################
0 commit comments