From 90cfde43c35e86b4db48f7bbcab16b959a5f2e96 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 8 Dec 2022 09:19:13 +0100 Subject: [PATCH] build-cockpit-toolbox: Drop debuginfo packages I haven't need these for a long time, better to install them on demand. --- build-cockpit-toolbox | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index 0ff0f7e..a086c48 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -27,7 +27,4 @@ sudo dnf install -y ansible man-db man-pages moreutils fd-find ripgrep gh \ # run podman in toolbox printf "flatpak-spawn --host podman \42\$@\42\n" | sudo tee /usr/local/bin/podman >/dev/null sudo chmod a+x /usr/local/bin/podman - -# debugging cockpit crashes -sudo dnf debuginfo-install -y glib2 glibc libssh gnutls ' -- 2.39.2