Alpine install : add prerequisite for GeoIP
This commit is contained in:
parent
20581d96ac
commit
780d49c9ab
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user