Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 87091c0

Browse files
GilbNthelamer
authored andcommitted
add package nginx-mod-http-geoip2 and libmaxminddb
adds package nginx-mod-http-geoip2 and libmaxminddb
1 parent 4917b3d commit 87091c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN \
2222
nginx-mod-http-echo \
2323
nginx-mod-http-fancyindex \
2424
nginx-mod-http-geoip \
25+
nginx-mod-http-geoip2 \
2526
nginx-mod-http-headers-more \
2627
nginx-mod-http-image-filter \
2728
nginx-mod-http-lua \
@@ -66,7 +67,8 @@ RUN \
6667
php7-zip \
6768
py3-cryptography \
6869
py3-future \
69-
py3-pip && \
70+
py3-pip \
71+
libmaxminddb && \
7072
echo "**** install certbot plugins ****" && \
7173
if [ -z ${CERTBOT_VERSION+x} ]; then \
7274
CERTBOT="certbot"; \

0 commit comments

Comments
 (0)