Upgrade libasan to version 6 in docker-syncd-mlnx to align with bullseye libasan (#10886)

This commit is contained in:
Alexander Allen 2022-05-27 14:28:01 -04:00 committed by GitHub
parent 1bce88ad29
commit 71c868f56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ RUN apt-get update && \
python3-dev \
python-is-python3 \
{%- if ENABLE_ASAN == "y" %}
libasan5 \
libasan6 \
{%- endif %}
python3-setuptools