Alpine install : add prerequisite for GeoIP

This commit is contained in:
H Ngu 2022-11-16 02:11:35 +01:00
parent 20581d96ac
commit 780d49c9ab

View File

@ -89,7 +89,7 @@ runcmd apk upgrade
# Install dependancies
log "Installing dependencies"
runcmd 'apk add python3 openresty nodejs yarn openssl apache2-utils logrotate nginx-mod-stream-geoip nginx-mod-http-geoip $DEVDEPS'
runcmd 'apk add python3 openresty nodejs yarn openssl apache2-utils logrotate nginx-mod-stream-geoip2 nginx-mod-http-geoip2 $DEVDEPS'
# Setup python env and PIP
log "Setting up python"