summaryrefslogtreecommitdiff
path: root/test/extra/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/Dockerfile')
-rw-r--r--test/extra/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index d44ea5c0..ee274192 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -57,6 +57,7 @@ RUN dnf -y install --enablerepo=fedora-debuginfo,updates-debuginfo \
glib2-devel \
glibc-debuginfo \
glibc-debuginfo-common \
+ glibc-locale-source \
gnome-desktop-testing \
gobject-introspection-debuginfo \
gobject-introspection-debugsource \
@@ -92,6 +93,9 @@ RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' \
ENV HOST_USER_ID 5555
RUN useradd -u $HOST_USER_ID -G wheel -ms /bin/bash user
+# Enable locales needed for specific tests
+RUN localedef --verbose --force -i tr_TR tr_TR || true
+
USER user
WORKDIR /home/user