From 7759ec95b93287f80c4ed04d9289a1d3cf200612 Mon Sep 17 00:00:00 2001 From: yury_muski Date: Sat, 25 Jul 2020 18:00:06 +0300 Subject: [PATCH] Dockerfile added quiche build info --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 212f05c..2de9c35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,7 @@ RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \ --add-module=/opt/ngx_brotli \ --with-http_v3_module \ --with-openssl=/opt/quiche/deps/boringssl \ + --build="quiche-$(git --git-dir=../quiche/.git rev-parse --short HEAD)" \ --with-quiche=/opt/quiche &&\ make && \ make install;