File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ RUN apt-get update \
88
88
&& apt-get install -y gcc make socat git \
89
89
&& /tmp/install-lua \
90
90
&& /tmp/install-openresty \
91
- && /tmp/install-crowdsec_openresty_bouncer \
92
- && apt-get remove -y make gcc git wget \
91
+ && /tmp/install-crowdsec_openresty_bouncer \
92
+ && apt-get remove -y make gcc git wget gettext \
93
93
&& apt-get autoremove -y \
94
94
&& apt-get clean \
95
95
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ cd /tmp/crowdsec
16
16
17
17
bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --docker
18
18
sed -i ' s|ENABLED=.*|ENABLED=false|' /defaults/crowdsec/crowdsec-openresty-bouncer.conf
19
+ rm /tmp/crowdsec
19
20
20
21
echo -e " ${BLUE} ❯ ${GREEN} OpenResty plugins install completed${RESET} "
You can’t perform that action at this time.
0 commit comments