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:
@@ -326,6 +326,7 @@ RUN dnf install -y \\
|
||||
python3-pip \\
|
||||
python3-pyte \\
|
||||
python3-pyyaml \\
|
||||
qt-devel \\
|
||||
radvd \\
|
||||
readline-devel \\
|
||||
rp-pppoe \\
|
||||
|
Reference in New Issue
Block a user