contrib: install black/clang-format in nm-in-container.sh

It's just convenient to have some tools around, not only
for testing, but also for (some limited) development.

In particular, because we bind-mount .vimrc inside the container, and
if I use vim, black/clang-format is just one key binding away.
This commit is contained in:
Thomas Haller 2022-05-27 16:20:55 +02:00
parent a6b8f050a0
commit 65992349d0
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -276,6 +276,7 @@ RUN dnf install -y \\
bash-completion \\
bind-utils \\
bluez-libs-devel \\
clang-tools-extra \\
cscope \\
dbus-devel \\
dbus-x11 \\
@ -315,6 +316,7 @@ RUN dnf install -y \\
ppp-devel \\
procps \\
python3-behave \\
python3-black \\
python3-dbus \\
python3-devel \\
python3-gobject \\