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:
parent
f6f060f49d
commit
3fbd673987
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Reference in New Issue
Block a user