[202205] Always use the openssl backend of curl (#14351) (#14535)

Why I did it
This should make sure that the openssl backend of curl is used, instead of the gnutls or nss backend, for consistency reasons.
This commit is contained in:
Saikrishna Arcot 2023-04-17 17:27:55 -07:00 committed by GitHub
parent f6f060f49d
commit 3fbd673987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ RUN apt-get update && apt-get install -y \
libxml2-dev \ libxml2-dev \
# For BFN sdk build # For BFN sdk build
libusb-1.0-0-dev \ libusb-1.0-0-dev \
libcurl3-nss-dev \ libcurl4-openssl-dev \
libunwind8-dev \ libunwind8-dev \
telnet \ telnet \
libc-ares2 \ libc-ares2 \
@ -290,7 +290,7 @@ RUN apt-get update && apt-get install -y \
xsltproc \ xsltproc \
python3-lxml \ python3-lxml \
libexpat1-dev \ libexpat1-dev \
libcurl3-gnutls \ libcurl4 \
libcjson-dev \ libcjson-dev \
# For WPA supplication # For WPA supplication
qtbase5-dev \ qtbase5-dev \

View File

@ -135,7 +135,7 @@ RUN apt-get update && apt-get install -y \
libxml2-dev \ libxml2-dev \
# For BFN sdk build # For BFN sdk build
libusb-1.0-0-dev \ libusb-1.0-0-dev \
libcurl3-nss-dev \ libcurl4-openssl-dev \
libunwind8-dev \ libunwind8-dev \
telnet \ telnet \
libc-ares2 \ libc-ares2 \
@ -290,7 +290,7 @@ RUN apt-get update && apt-get install -y \
xsltproc \ xsltproc \
python-lxml \ python-lxml \
libexpat1-dev \ libexpat1-dev \
libcurl3-gnutls \ libcurl4 \
libcjson-dev \ libcjson-dev \
# For WPA supplication # For WPA supplication
qtbase5-dev \ qtbase5-dev \