-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downloading GEOIP DB it's new licensekey
- Loading branch information
Adekunle Ibitayo
committed
Feb 28, 2020
1 parent
bd629dc
commit ab36efa
Showing
3 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ FROM quay.io/ukhomeofficedigital/centos-base:latest | |
MAINTAINER Lewis Marshall <[email protected]> | ||
|
||
WORKDIR /root | ||
RUN mkdir -p /usr/share/GeoIP | ||
|
||
COPY ./GeoLite2-City.mmdb /usr/share/GeoIP/GeoLite2-City.mmdb | ||
COPY ./GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb | ||
|
||
ADD ./build.sh /root/ | ||
RUN ./build.sh | ||
|
||
|
@@ -47,4 +52,4 @@ EXPOSE 10080 10443 | |
|
||
USER 1000 | ||
|
||
ENTRYPOINT [ "/go.sh" ] | ||
ENTRYPOINT [ "/go.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters