contrib: ignore error installing behave_html_formatter in container

Yes, this is currently broken. *sigh*. Ignore any failure.
This commit is contained in:
Thomas Haller
2022-05-04 21:19:01 +02:00
parent a5a4aea2e6
commit 56e1f0d290

View File

@@ -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