Skip to content

Commit dd4209b

Browse files
authored
Merge pull request #10467 from strongjz/fix-brotli
fixes brotli build issues
2 parents 362ec37 + 3a28016 commit dd4209b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/nginx/rootfs/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,10 @@ make install
466466

467467
# Get Brotli source and deps
468468
cd "$BUILD_PATH"
469-
git clone --depth=1 https://github.com/google/ngx_brotli.git
469+
git clone --depth=100 https://github.com/google/ngx_brotli.git
470470
cd ngx_brotli
471+
# https://github.com/google/ngx_brotli/issues/156
472+
git reset --hard 63ca02abdcf79c9e788d2eedcc388d2335902e52
471473
git submodule init
472474
git submodule update
473475

0 commit comments

Comments
 (0)