Skip to content

Commit

Permalink
ensure glibc-langpack-en is present
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 22, 2024
1 parent 600dc50 commit ce14b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ "${TEST_ON_EL}" == "true" ]]; then
REPOS=""
fi

dnf install ${REPOS} -y openssl rpm-build tree python3 python3-setuptools docbook-utils
dnf install ${REPOS} -y openssl rpm-build tree python3 python3-setuptools docbook-utils glibc-langpack-en
fi

if [[ -x /usr/bin/docbook2man ]] ; then
Expand Down

0 comments on commit ce14b55

Please sign in to comment.