We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e8d7b commit c8cfa29Copy full SHA for c8cfa29
docker/Dockerfile
@@ -88,7 +88,6 @@ RUN apt-get update \
88
&& apt-get install -y gcc make socat git \
89
&& /tmp/install-lua \
90
&& /tmp/install-openresty \
91
- && /tmp/install-crowdsec_openresty_bouncer \
92
&& apt-get remove -y make gcc git wget gettext \
93
&& apt-get autoremove -y \
94
&& apt-get clean \
scripts/install-openresty
@@ -19,6 +19,6 @@ echo -e "${BLUE}❯ ${CYAN}Installing OpenResty plugins...${RESET}"
19
cd /
20
luarocks install lua-cjson
21
luarocks install lua-resty-openidc
22
-luarocks install lua-resty-http
+#luarocks install lua-resty-http
23
24
echo -e "${BLUE}❯ ${GREEN}OpenResty plugins install completed${RESET}"
0 commit comments