Skip to content

Commit fb358fc

Browse files
dbxnrorf
authored andcommitted
remove geolite2, no longer accessible (#15)
1 parent 3d3c817 commit fb358fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ RUN apt-get update \
1616

1717
RUN groupadd -r test && useradd --no-log-init -r -g test test
1818

19-
RUN mkdir /geolite2/ \
20-
&& cd /geolite2/ \
21-
&& wget -q http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz \
22-
http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz \
23-
&& (cat *.tar.gz | tar zxvf - --wildcards "*.mmdb" --strip-components=1 -i) \
24-
&& rm *.tar.gz \
25-
&& cd /
26-
2719
RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /bin/wait-for-it.sh \
2820
&& chmod a+x /bin/wait-for-it.sh
2921

0 commit comments

Comments
 (0)