mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 10:50:14 +01:00
contrib: ignore error installing behave_html_formatter in container
Yes, this is currently broken. *sigh*. Ignore any failure.
This commit is contained in:
parent
a5a4aea2e6
commit
56e1f0d290
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue