File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN apt-get update \
58
58
unzip \
59
59
zlib1g \
60
60
gettext \
61
- wget \
61
+ wget \
62
62
&& apt-get clean \
63
63
&& rm -rf /var/lib/apt/lists/* \
64
64
&& rm -rf /var/cache/* /var/log/* /tmp/* /var/lib/dpkg/status-old
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ cd /tmp
12
12
wget " https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
13
13
mkdir -p /tmp/crowdsec
14
14
tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
15
+ rm -rf /tmp/crowdsec-openresty-bouncer.tgz
15
16
cd /tmp/crowdsec
16
17
17
18
bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --docker
You can’t perform that action at this time.
0 commit comments