Skip to content

Commit 41ad649

Browse files
authored
Merge pull request #29 from nbently/master
Include libmaxmind-dev in final image, nginx_http_geoip2 module depends on it
2 parents ac8ff11 + 36b7ad0 commit 41ad649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN apt-get update \
6161
gettext \
6262
wget \
6363
xz-utils \
64+
libmaxminddb-dev \
6465
&& apt-get clean \
6566
&& rm -rf /var/lib/apt/lists/* \
6667
&& rm -rf /var/cache/* /var/log/* /tmp/* /var/lib/dpkg/status-old

0 commit comments

Comments
 (0)