add nginx_http_geoip2 module to openresty build

This commit is contained in:
Nicholas Bentley
2024-02-27 17:32:41 -05:00
parent 78080a6548
commit da6790561e
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ RUN apt-get update \
openssl unzip \
wget \
zlib1g-dev \
git
git \
libmaxminddb-dev
# Lua build
COPY ./scripts/build-lua /tmp/build-lua