We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 362ec37 + 3a28016 commit dd4209bCopy full SHA for dd4209b
images/nginx/rootfs/build.sh
@@ -466,8 +466,10 @@ make install
466
467
# Get Brotli source and deps
468
cd "$BUILD_PATH"
469
-git clone --depth=1 https://github.com/google/ngx_brotli.git
+git clone --depth=100 https://github.com/google/ngx_brotli.git
470
cd ngx_brotli
471
+# https://github.com/google/ngx_brotli/issues/156
472
+git reset --hard 63ca02abdcf79c9e788d2eedcc388d2335902e52
473
git submodule init
474
git submodule update
475
0 commit comments