Precompiled Brotli dynamic modules for NGINX.
FROM dockette/debian:buster
ENV NGINX_VERSION=1.23.3
ENV NGINX_MODULES=/usr/lib/nginx/modules
RUN apt update
RUN apt install -y nginx curl
RUN curl -L https://github.com/dockette/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_filter_module.so \
-o ${NGINX_MODULES}/ngx_http_brotli_filter_module.so
RUN curl -L https://github.com/dockette/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_static_module.so \
-o ${NGINX_MODULES}/ngx_http_brotli_static_module.soThis repo using tool Docker.
make build
make test
Artifacts are exported to dist/.
See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.