mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
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:
parent
0e26203e02
commit
f27b11dd3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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 \\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue