linuxserver/mods:letsencrypt-f2bdiscord - Verion lock geoip2

Quick patch to install version 3  of the geoip2 module, to keep the mod working
This commit is contained in:
Roxedus
2020-07-26 18:30:51 +02:00
committed by GitHub
parent ca1083bc3e
commit 63b9b167ec
+1 -1
View File
@@ -7,7 +7,7 @@ if [ ! -d /usr/lib/python3.8/site-packages/geoip2 ]; then
pip3 install --no-cache-dir -U \ pip3 install --no-cache-dir -U \
requests \ requests \
argparse \ argparse \
geoip2 geoip2==3.0.0
fi fi
if [ ! -f /config/fail2ban/Fail2Ban.py ]; then if [ ! -f /config/fail2ban/Fail2Ban.py ]; then