Skip to content

Commit becb42d

Browse files
committed
with setup-ci-host.sh addition e.g. rhel-7 and containers using scripts instead of policy
1 parent 8052c12 commit becb42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/setup-ci-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if echo "$ID_LIKE" | grep rhel; then
108108

109109
if [ "$VERSION_ID" != "7" ] && [ "$VERSION_ID" != "6" ]; then
110110
yum erase -y java-1.8.0-openjdk-headless # Installing Development Tools includes this jdk1.8 which we do not want
111-
111+
112112
add-pkg pkgconf # pkgconfig renamed to pkgconf in rhel8
113113
add-pkg selinux-policy-devel # TODO add to rhel 6 and 7?
114114
fi

0 commit comments

Comments
 (0)