Skip to content

Commit 0486c45

Browse files
author
macbre
committed
Dockerfile: debug echo
1 parent e9daca2 commit 0486c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ RUN \
8383
COPY nginx.pub /tmp/nginx.pub
8484

8585
RUN \
86-
mkdir -p /usr/src/ngx_brotli \
86+
echo "Compiling nginx $NGINX_VERSION with brotli $NGX_BROTLI_COMMIT" \
87+
&& mkdir -p /usr/src/ngx_brotli \
8788
&& cd /usr/src/ngx_brotli \
8889
&& git init \
8990
&& git remote add origin https://github.com/google/ngx_brotli.git \

0 commit comments

Comments
 (0)