Skip to content

Commit

Permalink
Disable lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer due …
Browse files Browse the repository at this point in the history
…to memory issues
  • Loading branch information
jc21 committed Mar 31, 2022
1 parent 70e8d7b commit c8cfa29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ RUN apt-get update \
&& apt-get install -y gcc make socat git \
&& /tmp/install-lua \
&& /tmp/install-openresty \
&& /tmp/install-crowdsec_openresty_bouncer \
&& apt-get remove -y make gcc git wget gettext \
&& apt-get autoremove -y \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-openresty
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ echo -e "${BLUE}❯ ${CYAN}Installing OpenResty plugins...${RESET}"
cd /
luarocks install lua-cjson
luarocks install lua-resty-openidc
luarocks install lua-resty-http
#luarocks install lua-resty-http

echo -e "${BLUE}${GREEN}OpenResty plugins install completed${RESET}"

0 comments on commit c8cfa29

Please sign in to comment.