ci: Install additional locales used during tests

Note that this intentionally does not use glibc-all-langpacks
package since its contents is currently incomplete.
https://bugzilla.redhat.com/show_bug.cgi?id=1624528
This commit is contained in:
Tomasz Miąsko 2018-12-03 00:00:00 +00:00
parent ad09bba9e4
commit 521eba94b9
2 changed files with 15 additions and 1 deletions

View File

@ -15,6 +15,20 @@ RUN dnf -y install \
git \ git \
glibc-devel \ glibc-devel \
glibc-headers \ glibc-headers \
glibc-langpack-de \
glibc-langpack-el \
glibc-langpack-el \
glibc-langpack-en \
glibc-langpack-es \
glibc-langpack-es \
glibc-langpack-fa \
glibc-langpack-fr \
glibc-langpack-hr \
glibc-langpack-ja \
glibc-langpack-lt \
glibc-langpack-pl \
glibc-langpack-ru \
glibc-langpack-tr \
gtk-doc \ gtk-doc \
itstool \ itstool \
lcov \ lcov \

View File

@ -2,7 +2,7 @@
set -e set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v10" TAG="registry.gitlab.gnome.org/gnome/glib/master:v11"
cd "$(dirname "$0")" cd "$(dirname "$0")"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \