Chore: include geoip-only-cn-private.dat to Docker images (#382)

This commit is contained in:
Loyalsoldier
2021-09-14 13:15:37 +08:00
committed by GitHub
parent 98cfe18131
commit 8583de1091
+2 -1
View File
@@ -13,7 +13,8 @@ RUN if [[ -z "${REF}" ]]; then \
RUN cd trojan-go &&\
make &&\
wget https://github.com/v2fly/domain-list-community/raw/release/dlc.dat -O build/geosite.dat &&\
wget https://github.com/v2fly/geoip/raw/release/geoip.dat -O build/geoip.dat
wget https://github.com/v2fly/geoip/raw/release/geoip.dat -O build/geoip.dat &&\
wget https://github.com/v2fly/geoip/raw/release/geoip-only-cn-private.dat -O build/geoip-only-cn-private.dat
FROM alpine
WORKDIR /