Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Dockerfile文件里面Run相关的命令应该改为如下 #80

Open
yuyujulin opened this issue Oct 2, 2019 · 2 comments
Open

Dockerfile文件里面Run相关的命令应该改为如下 #80

yuyujulin opened this issue Oct 2, 2019 · 2 comments

Comments

@yuyujulin
Copy link

RUN apk add --no-cache --virtual .build-deps ca-certificates curl \
 && mkdir -m 777 /v2raybin \ 
 && 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 \
 && chmod +x /v2raybin/v2ray \
 && rm -rf v2ray.zip \
 && chgrp -R 0 /v2raybin \
 && chmod -R g+rwX /v2raybin 
 
ADD entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh 

#ENTRYPOINT /entrypoint.sh

CMD /entrypoint.sh
@mikejak
Copy link

mikejak commented Oct 16, 2019

按照改过后的命令布署后,网速奇慢,只有十几K每秒,是怎么回事,请告知,不胜感激

@salviox
Copy link

salviox commented Nov 5, 2019

$ rake
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/home/travis/.rvm/gems/ruby-2.5.3@global/gems/rake-12.3.2/exe/rake:27:in <top (required)>' /home/travis/.rvm/gems/ruby-2.5.3@global/bin/ruby_executable_hooks:24:in eval'
/home/travis/.rvm/gems/ruby-2.5.3@global/bin/ruby_executable_hooks:24:in `

'
(See full trace by running task with --trace)
The command "rake" exited with 1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants