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:
Thomas Haller 2022-08-04 17:35:39 +02:00
parent f2bd67b386
commit d966c2ac4c
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -326,6 +326,7 @@ RUN dnf install -y \\
python3-pip \\
python3-pyte \\
python3-pyyaml \\
qt-devel \\
radvd \\
readline-devel \\
rp-pppoe \\