From 65992349d026e3536b79f11e336af70aa7a0229b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 27 May 2022 16:20:55 +0200 Subject: [PATCH] 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. --- contrib/scripts/nm-in-container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/scripts/nm-in-container.sh b/contrib/scripts/nm-in-container.sh index 7907537fb..ed859436f 100755 --- a/contrib/scripts/nm-in-container.sh +++ b/contrib/scripts/nm-in-container.sh @@ -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 \\