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:
@@ -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 \\
|
||||
|
Reference in New Issue
Block a user