Skip to content

Commit

Permalink
Add module iconv-nginx-module
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Nov 22, 2024
1 parent 460c157 commit 9d68549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "modules/njs-acme"]
path = modules/njs-acme
url = https://github.com/nginx/njs-acme.git
[submodule "modules/iconv-nginx-module"]
path = modules/iconv-nginx-module
url = https://github.com/calio/iconv-nginx-module.git
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ COPY ./modules/ngx_http_substitutions_filter_module \
/usr/src/ngx_http_substitutions_filter_module
COPY ./modules/headers-more-nginx-module \
/usr/src/headers-more-nginx-module
COPY ./modules/iconv-nginx-module /usr/src/iconv-nginx-module

RUN set -ex \
&& cd /usr/src/nginx \
Expand All @@ -60,6 +61,7 @@ RUN set -ex \
--add-dynamic-module=/usr/src/ngx-fancyindex \
--add-dynamic-module=/usr/src/ngx_http_substitutions_filter_module \
--add-dynamic-module=/usr/src/headers-more-nginx-module \
--add-dynamic-module=/usr/src/iconv-nginx-module \
| bash -x \
# build modules
&& make modules -j$(nproc) \
Expand Down
1 change: 1 addition & 0 deletions modules/iconv-nginx-module
Submodule iconv-nginx-module added at 9d5d79

0 comments on commit 9d68549

Please sign in to comment.