Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.15 KB

Brotli (precompiled)

🦾Precompiled brotli binaries for Nginx and other tools.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

FROM dockette/debian:buster

ENV NGINX_VERSION=1.23.2
ENV NGINX_MODULES=/usr/lib/nginx/modules

RUN apt update
RUN apt install -y nginx curl
RUN curl -L https://github.com/f00b4r/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_filter_module.so -o ${NGINX_MODULES}/ngx_http_brotli_filter_module.so &&

Build

This repo using tool Docker.

make build

Development

See how to contribute to this package.

This package is currently maintained by these authors.


Consider to support f3l1x. Also thank you for using this package.