Skip to content

Commit 3a28016

Browse files
committed
fix brotli build issues
Signed-off-by: James Strong <[email protected]>
1 parent 362ec37 commit 3a28016

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)