We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3c817 commit fb358fcCopy full SHA for fb358fc
Dockerfile
@@ -16,14 +16,6 @@ RUN apt-get update \
16
17
RUN groupadd -r test && useradd --no-log-init -r -g test test
18
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
-
27
RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /bin/wait-for-it.sh \
28
&& chmod a+x /bin/wait-for-it.sh
29
0 commit comments