Commit 69f25521 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(build): RHEL8 image does not require liblsan and libubsan

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 50e5e5ce
...@@ -85,9 +85,7 @@ RUN yum update -y && \ ...@@ -85,9 +85,7 @@ RUN yum update -y && \
psmisc \ psmisc \
net-tools \ net-tools \
nettle \ nettle \
libubsan \
libasan \ libasan \
liblsan \
libevent && \ libevent && \
yum clean all -y && \ yum clean all -y && \
rm -rf /var/cache/yum /var/cache/dnf && \ rm -rf /var/cache/yum /var/cache/dnf && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment