contrib: install Polish translation in "nm-in-container.sh"

It's needed for the unit tests to test translations too.
This commit is contained in:
Thomas Haller 2022-08-23 15:37:01 +02:00
parent 0e26203e02
commit f27b11dd3f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -289,6 +289,8 @@ FROM $BASE_IMAGE
ENTRYPOINT ["/sbin/init"]
RUN sed -i 's/^tsflags=.*/tsflags=/' /etc/dnf/dnf.conf
RUN dnf install -y \\
/usr/bin/python \\
ModemManager-devel \\
@ -310,6 +312,7 @@ RUN dnf install -y \\
gettext-devel \\
git \\
glib2-doc \\
glibc-langpack-pl \\
gnutls-devel \\
gobject-introspection-devel \\
gtk-doc \\