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 e9daca2 commit 0486c45Copy full SHA for 0486c45
Dockerfile
@@ -83,7 +83,8 @@ RUN \
83
COPY nginx.pub /tmp/nginx.pub
84
85
RUN \
86
- mkdir -p /usr/src/ngx_brotli \
+ echo "Compiling nginx $NGINX_VERSION with brotli $NGX_BROTLI_COMMIT" \
87
+ && mkdir -p /usr/src/ngx_brotli \
88
&& cd /usr/src/ngx_brotli \
89
&& git init \
90
&& git remote add origin https://github.com/google/ngx_brotli.git \
0 commit comments