We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489f907 commit 5a6fc49Copy full SHA for 5a6fc49
Dockerfile
@@ -34,7 +34,7 @@ RUN addgroup -S nginx \
34
&& git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \
35
&& ./autogen.sh && ./configure && make -j ${BUILD_CORES} && make install \
36
&& cd /tmp \
37
- && git clone https://github.com/google/ngx_brotli --depth=1 \
+ && git clone https://github.com/google/ngx_brotli --recursive \
38
&& git clone https://github.com/openresty/headers-more-nginx-module --depth=1 \
39
&& LIBRESSL_TARBALL="libressl-${LIBRESSL_VERSION}.tar.gz" \
40
&& wget -q http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${LIBRESSL_TARBALL} \
0 commit comments