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 \
|
||||
# For BFN sdk build
|
||||
libusb-1.0-0-dev \
|
||||
libcurl3-nss-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libunwind8-dev \
|
||||
telnet \
|
||||
libc-ares2 \
|
||||
@ -290,7 +290,7 @@ RUN apt-get update && apt-get install -y \
|
||||
xsltproc \
|
||||
python3-lxml \
|
||||
libexpat1-dev \
|
||||
libcurl3-gnutls \
|
||||
libcurl4 \
|
||||
libcjson-dev \
|
||||
# For WPA supplication
|
||||
qtbase5-dev \
|
||||
|
@ -135,7 +135,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 \
|
||||
@ -290,7 +290,7 @@ RUN apt-get update && apt-get install -y \
|
||||
xsltproc \
|
||||
python-lxml \
|
||||
libexpat1-dev \
|
||||
libcurl3-gnutls \
|
||||
libcurl4 \
|
||||
libcjson-dev \
|
||||
# For WPA supplication
|
||||
qtbase5-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user