Skip to content

Commit c5855bc

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 10ae2da commit c5855bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/dockerfiles/linux-libc-ubi8.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
4848
else \
4949
LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \
5050
fi; } \
51+
&& yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
5152
&& 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 \
5253
&& yum -y clean all && rm -rf /var/cache/yum
5354

0 commit comments

Comments
 (0)