Skip to content

Commit 48069d3

Browse files
fixes brotli build issue (#11187)
Co-authored-by: u5surf <u5.horie@gmail.com>
1 parent aa947f5 commit 48069d3

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)