Disable lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer due to memory issues

This commit is contained in:
Jamie Curnow
2022-03-31 14:39:11 +10:00
parent 70e8d7b493
commit c8cfa293c0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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 \