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 \
5858 unzip \
5959 zlib1g \
6060 gettext \
61- wget \
61+ wget \
6262 && apt-get clean \
6363 && rm -rf /var/lib/apt/lists/* \
6464 && 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
1212wget " https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
1313mkdir -p /tmp/crowdsec
1414tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
15+ rm -rf /tmp/crowdsec-openresty-bouncer.tgz
1516cd /tmp/crowdsec
1617
1718bash ./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