Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Sep 18, 2024
1 parent 25fa674 commit 5f252be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN git clone --recursive https://github.com/freenginx/nginx --branch "$NGINX_VE
sed -i "s|freenginx|NPMplus|g" /src/nginx/src/core/nginx.h && \
cd /src/nginx && \
patch -p1 </src/nginx/1.patch && \
patch -p1 </src/ginx/2.patch && \
patch -p1 </src/nginx/2.patch && \
rm /src/nginx/*.patch && \
# modules
git clone --recursive https://github.com/google/ngx_brotli --branch "$NB_VER" /src/ngx_brotli && \
Expand Down

0 comments on commit 5f252be

Please sign in to comment.