Skip to content

Commit

Permalink
fix: Add missing package intltool to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihnidek committed Jan 17, 2024
1 parent ae940a8 commit 3e079f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/container-pre-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yum install -y \
# Install system, build and runtime packages
yum install -y \
gtk3-devel python-ethtool \
openssl-devel swig
openssl-devel swig intltool

localedef -c -i en_US -f ISO-8859-1 en_US
localedef -c -i en_US -f UTF-8 en_US.UTF-8
Expand Down

0 comments on commit 3e079f2

Please sign in to comment.