ci/fedora.Dockerfile: Add libtsan depedencies

It's needed for thread sanitizer tests
This commit is contained in:
Marco Trevisan (Treviño) 2024-05-09 22:34:19 +02:00
parent 6a63e92f88
commit e06a95a2ca

View File

@ -45,6 +45,7 @@ RUN dnf -y update \
libffi-devel \
libmount-devel \
libselinux-devel \
libtsan \
libubsan \
libxslt \
ncurses-compat-libs \