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 \\
|
bash-completion \\
|
||||||
bind-utils \\
|
bind-utils \\
|
||||||
bluez-libs-devel \\
|
bluez-libs-devel \\
|
||||||
|
clang-tools-extra \\
|
||||||
cscope \\
|
cscope \\
|
||||||
dbus-devel \\
|
dbus-devel \\
|
||||||
dbus-x11 \\
|
dbus-x11 \\
|
||||||
@@ -315,6 +316,7 @@ RUN dnf install -y \\
|
|||||||
ppp-devel \\
|
ppp-devel \\
|
||||||
procps \\
|
procps \\
|
||||||
python3-behave \\
|
python3-behave \\
|
||||||
|
python3-black \\
|
||||||
python3-dbus \\
|
python3-dbus \\
|
||||||
python3-devel \\
|
python3-devel \\
|
||||||
python3-gobject \\
|
python3-gobject \\
|
||||||
|
Reference in New Issue
Block a user