Skip to content

Commit 6f7e8ac

Browse files
committed
remove the crowdsec install tgz file.
1 parent 48821ea commit 6f7e8ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/install-crowdsec_openresty_bouncer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cd /tmp
1212
wget "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
1313
mkdir -p /tmp/crowdsec
1414
tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
15+
rm -rf /tmp/crowdsec-openresty-bouncer.tgz
1516
cd /tmp/crowdsec
1617

1718
bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --docker

0 commit comments

Comments
 (0)