Skip to content

Commit

Permalink
fixes brotli build issue (#10484)
Browse files Browse the repository at this point in the history
  • Loading branch information
u5surf authored Mar 30, 2024
1 parent 5052c8a commit 25d2758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/nginx/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,8 @@ make install

# Get Brotli source and deps
cd "$BUILD_PATH"
git clone --depth=100 https://github.com/google/ngx_brotli.git
git clone --depth=1 https://github.com/google/ngx_brotli.git
cd ngx_brotli
# https://github.com/google/ngx_brotli/issues/156
git reset --hard 63ca02abdcf79c9e788d2eedcc388d2335902e52
git submodule init
git submodule update

Expand Down

0 comments on commit 25d2758

Please sign in to comment.