Skip to content

Commit 25d2758

Browse files
authored
fixes brotli build issue (#10484)
1 parent 5052c8a commit 25d2758

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/nginx/rootfs/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,8 @@ make install
465465

466466
# Get Brotli source and deps
467467
cd "$BUILD_PATH"
468-
git clone --depth=100 https://github.com/google/ngx_brotli.git
468+
git clone --depth=1 https://github.com/google/ngx_brotli.git
469469
cd ngx_brotli
470-
# https://github.com/google/ngx_brotli/issues/156
471-
git reset --hard 63ca02abdcf79c9e788d2eedcc388d2335902e52
472470
git submodule init
473471
git submodule update
474472

0 commit comments

Comments
 (0)