From 56e1f0d29065724d79caf52b06c8c96fe4be5e63 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 4 May 2022 21:19:01 +0200 Subject: [PATCH] contrib: ignore error installing behave_html_formatter in container Yes, this is currently broken. *sigh*. Ignore any failure. --- contrib/scripts/nm-in-container.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/scripts/nm-in-container.sh b/contrib/scripts/nm-in-container.sh index 02a16e9da..5e1e24ca9 100755 --- a/contrib/scripts/nm-in-container.sh +++ b/contrib/scripts/nm-in-container.sh @@ -327,8 +327,7 @@ RUN dnf install -y \\ RUN dnf debuginfo-install --skip-broken \$(ldd /usr/sbin/NetworkManager | sed -n 's/.* => \\(.*\\) (0x[0-9A-Fa-f]*)$/\1/p' | xargs -n1 readlink -f) -y -RUN pip3 install --user \\ - behave_html_formatter +RUN pip3 install --user behave_html_formatter || true RUN systemctl enable NetworkManager