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

Commit b9639ff

Browse files
aptalcathelamer
authored andcommitted
add geoip2 to all arches, update readme
1 parent 87091c0 commit b9639ff

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ RUN \
6767
php7-zip \
6868
py3-cryptography \
6969
py3-future \
70-
py3-pip \
71-
libmaxminddb && \
70+
py3-pip && \
7271
echo "**** install certbot plugins ****" && \
7372
if [ -z ${CERTBOT_VERSION+x} ]; then \
7473
CERTBOT="certbot"; \

Dockerfile.aarch64

+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 \

Dockerfile.armhf

+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 \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
254254

255255
## Versions
256256

257+
* **30.06.19:** - Add geoip2 module.
257258
* **28.06.19:** - Rebasing to alpine 3.10.
258259
* **19.06.19:** - Set resolver to docker dns in ssl.conf.
259260
* **29.05.19:** - Compensate for changes to the reverse-proxy-confs repo.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "30.06.19:", desc: "Add geoip2 module." }
129130
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
130131
- { date: "19.06.19:", desc: "Set resolver to docker dns in ssl.conf." }
131132
- { date: "29.05.19:", desc: "Compensate for changes to the reverse-proxy-confs repo." }

0 commit comments

Comments
 (0)