Skip to content

Commit

Permalink
fix openresty pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo committed May 31, 2024
1 parent ff05e5b commit 4550f26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker_openresty/work/install_list_openresty.apt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
libpcre3-dev
libssl-dev
zlib1g-dev
gettext
libgd-dev
libgeoip-dev
libncurses5-dev
libperl-dev
libreadline-dev
libxslt1-dev
gettext-base
cron
3 changes: 3 additions & 0 deletions docker_openresty/work/script-setup-openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ setup_openresty() {
--with-ipv6 \
--with-md5-asm \
--with-sha1-asm \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT' \
--with-pcre \
--with-pcre-jit \
&& make -j8 && make install \
&& ln -sf ${NGINX_HOME}/bin/nginx /usr/bin/ \
&& echo "@ Version info of Nginx: $(nginx -version)"
Expand Down

0 comments on commit 4550f26

Please sign in to comment.