xray icon indicating copy to clipboard operation
xray copied to clipboard

make issue

Open x0r0n1n opened this issue 6 years ago • 1 comments

When I run to build the docker way it says there is no install candidate for get_glide. There is no get_glide objective in the make file so when i get to step three when building it says failed. I know you need to pull glide from github but I'm not familiar enough with go to fix myself. I'm also not familiar enough with Docker but i just seems like somewhere you need to make sure the Dockerfile or Makefile drags down glide because it appears to be missing.

x0r0n1n avatar Jan 22 '20 21:01 x0r0n1n

I removed from Dokerfile: make get_glide and make install_dependencies. Looks like it works now.

jffin avatar Apr 16 '20 18:04 jffin

fixed with https://github.com/evilsocket/xray/commit/171655741e384f5b9d1ddbc6145a190d2e0af4e6

evilsocket avatar Aug 27 '22 12:08 evilsocket