Skip to content

Commit c8cfa29

Browse files
committed
Disable lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer due to memory issues
1 parent 70e8d7b commit c8cfa29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ RUN apt-get update \
8888
&& apt-get install -y gcc make socat git \
8989
&& /tmp/install-lua \
9090
&& /tmp/install-openresty \
91-
&& /tmp/install-crowdsec_openresty_bouncer \
9291
&& apt-get remove -y make gcc git wget gettext \
9392
&& apt-get autoremove -y \
9493
&& apt-get clean \

scripts/install-openresty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ echo -e "${BLUE}❯ ${CYAN}Installing OpenResty plugins...${RESET}"
1919
cd /
2020
luarocks install lua-cjson
2121
luarocks install lua-resty-openidc
22-
luarocks install lua-resty-http
22+
#luarocks install lua-resty-http
2323

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

0 commit comments

Comments
 (0)