Skip to content

Commit c2323af

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 85da9dd commit c2323af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/dockerfiles/linux-libc-ubi8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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 $LIBSECRET $LIBKEYBOARD curl make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon bash tar gzip rsync patch \
51+
&& yum install -y $LIBSECRET $LIBKEYBOARD curl make gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon bash tar gzip rsync patch \
5252
&& yum -y clean all && rm -rf /var/cache/yum
5353

5454
#########################################################

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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 $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 \
51+
&& yum install -y $LIBSECRET $LIBKEYBOARD make gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
5252
&& yum -y clean all && rm -rf /var/cache/yum
5353

5454
#########################################################

0 commit comments

Comments
 (0)