Open jcmarchi opened 6 years ago
The error reminds me of the reason why https://github.com/delvelabs/vane/blob/master/Dockerfile#L22 was added.
I just built the image just fine and it appears to be running. The docker version on the host should not be problematic.
Command I used was:
docker build -t vane .
docker run --rm vane --url example.com
docker pull ubuntu:16.04
first in case you had an older release sitting around.Probably a good idea to unsubscribe me from this. Otherwise I might be tempted to see if I can make this image work. ;-)
On Thu, Dec 14, 2017 at 1:14 PM, Julio Marchi © notifications@github.com wrote:
I can build the docker image using provided instructions, but when trying to run any command on vine.rb it returns:
[ERROR] cannot load such file -- bundler/setup
The host is an Ubuntu 16.04 installation, running Docker version 17.09.1-ce, build 19e2cf6.
Tried some modifications on the Dockerfile adding what appeared to be missing elements (such as libreadline-dev and libncurses5-dev, and adding Ruby to the Path) but no luck.
Any ideas?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/delvelabs/vane/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AKLN8Y-KN2IMa4ipFlls1MnWdC20pFphks5tAWWagaJpZM4RCdpd .
I can build the docker image using provided instructions, but when trying to run any command on vine.rb it returns:
[ERROR] cannot load such file -- bundler/setup
The host is an Ubuntu 16.04 installation, running Docker version 17.09.1-ce, build 19e2cf6.
Tried some modifications on the Dockerfile adding what appeared to be missing elements (such as
libreadline-dev
andlibncurses5-dev
, and adding Ruby to the Path) but no luck.Any ideas?