mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
Chore: include geoip-only-cn-private.dat to Docker images (#382)
This commit is contained in:
+2
-1
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user