We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ae2da commit c5855bcCopy full SHA for c5855bc
1 file changed
build/dockerfiles/linux-libc-ubi8.Dockerfile
@@ -48,6 +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 https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
52
&& yum install -y $LIBSECRET $LIBKEYBOARD curl make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon bash tar gzip rsync patch patchelf \
53
&& yum -y clean all && rm -rf /var/cache/yum
54
0 commit comments