mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
fix compile err
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update && \
|
|||||||
RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
|
RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
|
||||||
tar xvzf nginx-$NGINX_VERSION.tar.gz && \
|
tar xvzf nginx-$NGINX_VERSION.tar.gz && \
|
||||||
git clone --branch $QUICHE_VERSION --recursive https://github.com/cloudflare/quiche && \
|
git clone --branch $QUICHE_VERSION --recursive https://github.com/cloudflare/quiche && \
|
||||||
|
cd quiche && git submodule update --init && cd .. && \
|
||||||
git clone --recursive https://github.com/google/ngx_brotli.git && \
|
git clone --recursive https://github.com/google/ngx_brotli.git && \
|
||||||
cd nginx-$NGINX_VERSION && \
|
cd nginx-$NGINX_VERSION && \
|
||||||
patch -p01 < ../quiche/nginx/nginx-1.16.patch && \
|
patch -p01 < ../quiche/nginx/nginx-1.16.patch && \
|
||||||
|
|||||||
Reference in New Issue
Block a user