Build curl with websocket support

Enable curl's websocket handling with --enable-websockets.
This commit is contained in:
lwthiker
2023-09-16 11:18:45 +03:00
parent 172f5185cc
commit d050701b7c
6 changed files with 7 additions and 0 deletions
+1
View File
@@ -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}}