Update base alpine image with recent updates

This commit is contained in:
Nikolas
2021-07-25 19:21:22 +03:00
parent c30fcdbdf0
commit 90ce95695d

View File

@@ -11,7 +11,9 @@ ENV MAXMIND_VERSION=1.6.0
COPY GeoLite2-Country.mmdb /usr/share/geoip/
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
&& apk --no-cache update \
&& apk --no-cache upgrade --available \
&& apk --no-cache add --virtual .build-deps \
alpine-sdk \
perl \
&& git clone https://github.com/leev/ngx_http_geoip2_module /ngx_http_geoip2_module \