Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.48 #9

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
73d4c64
Update README.md
hesed Sep 28, 2018
e3b63ef
Merge pull request #1 from doudoubinga/master
hesed Oct 10, 2018
a89b388
Update Dockerfile
hesed Oct 12, 2018
745a123
Update Dockerfile
hesed Oct 22, 2018
b1083dc
Update Dockerfile
hesed Oct 22, 2018
6cc746d
Update Dockerfile
hesed Oct 22, 2018
8fbfd21
Merge pull request #2 from doudoubinga/master
hesed Oct 25, 2018
09208cf
Update Dockerfile
hesed Oct 25, 2018
73676c9
Update Dockerfile
hesed Oct 28, 2018
e0f3c2f
Update Dockerfile
hesed Oct 29, 2018
3d79d27
Update Dockerfile
hesed Oct 29, 2018
1759036
Update Dockerfile
hesed Oct 29, 2018
6e958b6
Update Dockerfile
hesed Oct 29, 2018
32a13f7
Update Dockerfile
hesed Oct 29, 2018
9fdd8fb
Update Dockerfile
hesed Oct 29, 2018
03251fd
Update Dockerfile
hesed Oct 29, 2018
71d73d6
Update Dockerfile
hesed Oct 29, 2018
fda73ca
Update Dockerfile
hesed Oct 30, 2018
2606bb6
Update Dockerfile
hesed Nov 1, 2018
5ed1fb2
Update Dockerfile
hesed Nov 5, 2018
eb60f8b
Update Dockerfile
hesed Nov 5, 2018
30aed57
Update Dockerfile
hesed Nov 5, 2018
35efa8b
Update README.md
hesed Nov 5, 2018
5bae3a4
Update Dockerfile
hesed Nov 5, 2018
1437d4f
Update Dockerfile
hesed Nov 6, 2018
aa797c0
Update Dockerfile
hesed Nov 6, 2018
fec1c05
Update Dockerfile
hesed Nov 14, 2018
c8b7af6
Update README.md
hesed Nov 14, 2018
ebad417
Update Dockerfile
hesed Nov 18, 2018
69ac532
Update Dockerfile
hesed Nov 20, 2018
04f6307
Update Dockerfile
hesed Nov 29, 2018
cbf8962
Update Dockerfile
hesed Dec 11, 2018
fedd4dd
Update Dockerfile
hesed Dec 13, 2018
1c78873
Update Dockerfile
hesed Jan 6, 2019
9d537f9
Update Dockerfile
hesed Feb 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Dockerfile
hesed authored Oct 29, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9fdd8fb9011c58bb115f6eafeb88b19f1a2ea383
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ RUN apk add --no-cache --virtual .build-deps ca-certificates curl \
&& cd /v2raybin \
&& curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2ray/v2ray-core/releases/download/v$VER/v2ray-linux-64.zip \
&& unzip v2ray.zip \
&& mv /v2raybin/v2ray/v2ray /v2raybin/ \
&& mv /v2raybin/v2ray/v2ctl /v2raybin/ \
&& mv /v2raybin/v2ray/geoip.dat /v2raybin/ \
&& mv /v2raybin/v2ray/geosite.dat /v2raybin/ \
# && mv /v2raybin/v2ray/v2ray /v2raybin/ \
# && mv /v2raybin/v2ray/v2ctl /v2raybin/ \
# && mv /v2raybin/v2ray/geoip.dat /v2raybin/ \
# && mv /v2raybin/v2ray/geosite.dat /v2raybin/ \
&& chmod +x /v2raybin/v2ray \
&& rm -rf v2ray.zip \
&& rm -rf v2ray-v$VER-linux-64 \