We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4722b71 commit 518b7baCopy full SHA for 518b7ba
1 file changed
build/dockerfiles/linux-libc-ubi9.Dockerfile
@@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
48
else \
49
LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \
50
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 \
+ && yum install -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
52
&& yum -y clean all && rm -rf /var/cache/yum
53
54
#########################################################
0 commit comments