Skip to content

Commit

Permalink
Chore: include geoip-only-cn-private.dat to Docker images (p4gefau1t#382
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Loyalsoldier authored Sep 14, 2021
1 parent 98cfe18 commit 8583de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 8583de1

Please sign in to comment.