Skip to content

Commit 7122671

Browse files
authored
Update Dockerfile
1 parent 4ced71f commit 7122671

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
@@ -20,7 +20,7 @@ RUN apt update \
2020
&& wget -O openssl.tar.gz -c ${os_url} && tar zxf openssl.tar.gz && mv ${OS_VERSION}/ openssl \
2121
&& wget -O pcre.tar.gz -c ${pcre_url} && tar zxf pcre.tar.gz && mv ${PCRE_VERSION}/ pcre \
2222
&& 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 \
23+
&& git clone --recursive https://github.com/eustas/ngx_brotli.git \
2424
&& wget -O nginx.tar.gz -c ${ng_url}&&tar zxf nginx.tar.gz&&cd ${NG_VERSION} \
2525
&& /usr/sbin/groupadd -f nginx \
2626
&& /usr/sbin/useradd -g nginx nginx \

0 commit comments

Comments
 (0)