Skip to content

Commit 3df1216

Browse files
committed
Re Enable lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer
1 parent c8cfa29 commit 3df1216

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ 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 \
9192
&& apt-get remove -y make gcc git wget gettext \
9293
&& apt-get autoremove -y \
9394
&& 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)