mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-06 17:01:52 +00:00
Build curl with websocket support
Enable curl's websocket handling with --enable-websockets.
This commit is contained in:
@@ -150,6 +150,7 @@ RUN cd ${CURL_VERSION} && \
|
||||
./configure --prefix=/build/install \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--enable-websockets \
|
||||
--with-nghttp2=/build/${NGHTTP2_VERSION}/installed \
|
||||
--with-brotli=/build/brotli-${BROTLI_VERSION}/build/installed \
|
||||
{{#firefox}}
|
||||
|
||||
Reference in New Issue
Block a user