mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
contrib: install "qt-devel" in nm-in-container.sh script
Yes, it's a large dependency. But on your outer host you probably configured NetworkManager with QT enabled (for the example scripts). We want to compile the same work tree inside the container. So install qt-devel.
This commit is contained in:
parent
f2bd67b386
commit
d966c2ac4c
1 changed files with 1 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ RUN dnf install -y \\
|
|||
python3-pip \\
|
||||
python3-pyte \\
|
||||
python3-pyyaml \\
|
||||
qt-devel \\
|
||||
radvd \\
|
||||
readline-devel \\
|
||||
rp-pppoe \\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue