File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN apt-get update \
57
57
tzdata \
58
58
unzip \
59
59
zlib1g \
60
+ gettext \
60
61
wget \
61
62
&& apt-get clean \
62
63
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
9
9
DOCKER_IMAGE=nginxproxymanager/nginx-full
10
10
11
11
export OPENRESTY_VERSION=1.19.9.1
12
- export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.1
12
+ export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
13
13
export LUA_VERSION=5.1.5
14
14
export LUAROCKS_VERSION=3.3.1
15
15
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ RESET='\E[0m'
9
9
echo -e " ${BLUE} ❯ ${CYAN} Installing Crowdsec OpenResty Bouncer ${YELLOW}${CROWDSEC_OPENRESTY_BOUNCER_VERSION} ...${RESET} "
10
10
11
11
cd /tmp
12
- # Offical Crowdsec download location is currently blocked due to two pull requests waiting to be added for full support for Docker installs
13
- # weg "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
14
- wget " https://github.com/LePresidente/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
12
+ wget " https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
15
13
mkdir -p /tmp/crowdsec
16
14
tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
17
15
cd /tmp/crowdsec
You can’t perform that action at this time.
0 commit comments