mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
i18n_messages: get back a locale needed for testing
Commit f49fac7bda
added a special
workaround to get fr-fr locale translations installed when running
tests in Travis CI.
Get it back to Azure Pipelines.
Fixes: https://pagure.io/freeipa/issue/7951
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
245a8bcdfe
commit
74f3ca5db0
@ -7,6 +7,7 @@ RUN echo 'deltarpm = false' >> /etc/dnf/dnf.conf \
|
||||
&& dnf update -y dnf \
|
||||
&& dnf install -y dnf-plugins-core sudo wget systemd firewalld nss-tools iptables \
|
||||
&& dnf config-manager '*modular*' --set-disabled \
|
||||
&& sed -i 's/%_install_langs \(.*\)/\0:fr/g' /etc/rpm/macros.image-language-conf \
|
||||
&& dnf install -y /root/rpms/*.rpm \
|
||||
&& dnf clean all && rm -rf /root/rpms /root/srpms \
|
||||
&& for i in /usr/lib/systemd/system/*-domainname.service; \
|
||||
|
Loading…
Reference in New Issue
Block a user