This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 5 files changed +5
-2
lines changed
5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 67
67
php7-zip \
68
68
py3-cryptography \
69
69
py3-future \
70
- py3-pip \
71
- libmaxminddb && \
70
+ py3-pip && \
72
71
echo "**** install certbot plugins ****" && \
73
72
if [ -z ${CERTBOT_VERSION+x} ]; then \
74
73
CERTBOT="certbot" ; \
Original file line number Diff line number Diff line change 22
22
nginx-mod-http-echo \
23
23
nginx-mod-http-fancyindex \
24
24
nginx-mod-http-geoip \
25
+ nginx-mod-http-geoip2 \
25
26
nginx-mod-http-headers-more \
26
27
nginx-mod-http-image-filter \
27
28
nginx-mod-http-lua \
Original file line number Diff line number Diff line change 22
22
nginx-mod-http-echo \
23
23
nginx-mod-http-fancyindex \
24
24
nginx-mod-http-geoip \
25
+ nginx-mod-http-geoip2 \
25
26
nginx-mod-http-headers-more \
26
27
nginx-mod-http-image-filter \
27
28
nginx-mod-http-lua \
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
254
254
255
255
## Versions
256
256
257
+ * ** 30.06.19:** - Add geoip2 module.
257
258
* ** 28.06.19:** - Rebasing to alpine 3.10.
258
259
* ** 19.06.19:** - Set resolver to docker dns in ssl.conf.
259
260
* ** 29.05.19:** - Compensate for changes to the reverse-proxy-confs repo.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126
126
127
127
# changelog
128
128
changelogs :
129
+ - { date: "30.06.19:", desc: "Add geoip2 module." }
129
130
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
130
131
- { date: "19.06.19:", desc: "Set resolver to docker dns in ssl.conf." }
131
132
- { date: "29.05.19:", desc: "Compensate for changes to the reverse-proxy-confs repo." }
You can’t perform that action at this time.
0 commit comments