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 4ced71f commit 7122671Copy full SHA for 7122671
Dockerfile
@@ -20,7 +20,7 @@ RUN apt update \
20
&& wget -O openssl.tar.gz -c ${os_url} && tar zxf openssl.tar.gz && mv ${OS_VERSION}/ openssl \
21
&& wget -O pcre.tar.gz -c ${pcre_url} && tar zxf pcre.tar.gz && mv ${PCRE_VERSION}/ pcre \
22
&& wget -O zlib.tar.gz -c ${zlib_url} && tar zxf zlib.tar.gz && mv ${ZLIB_VERSION}/ zlib \
23
- && git clone --recursive https://github.com/google/ngx_brotli.git \
+ && git clone --recursive https://github.com/eustas/ngx_brotli.git \
24
&& wget -O nginx.tar.gz -c ${ng_url}&&tar zxf nginx.tar.gz&&cd ${NG_VERSION} \
25
&& /usr/sbin/groupadd -f nginx \
26
&& /usr/sbin/useradd -g nginx nginx \
0 commit comments