Change to use the default ssl lib openssl not nss (#14379)

Why I did it
Change to use the default ssl lib openssl not nss
Backport #14351.

How I did it
This commit is contained in:
xumia 2023-03-28 13:46:39 +08:00 committed by GitHub
parent a20b43e502
commit ffc39187a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ RUN apt-get update && apt-get install -y \
libxml2-dev \
# For BFN sdk build
libusb-1.0-0-dev \
libcurl3-nss-dev \
libcurl4-openssl-dev \
libunwind8-dev \
telnet \
libc-ares2 \