Skip to content

Commit 5a6fc49

Browse files
committed
Fix from ngx_brotli spec changing
1 parent 489f907 commit 5a6fc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN addgroup -S nginx \
3434
&& git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \
3535
&& ./autogen.sh && ./configure && make -j ${BUILD_CORES} && make install \
3636
&& cd /tmp \
37-
&& git clone https://github.com/google/ngx_brotli --depth=1 \
37+
&& git clone https://github.com/google/ngx_brotli --recursive \
3838
&& git clone https://github.com/openresty/headers-more-nginx-module --depth=1 \
3939
&& LIBRESSL_TARBALL="libressl-${LIBRESSL_VERSION}.tar.gz" \
4040
&& wget -q http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${LIBRESSL_TARBALL} \

0 commit comments

Comments
 (0)