Open defvol opened 9 years ago
En docker-machine OSX tengo el siguiente issue en el pull de la imagen de ubuntu: https://github.com/docker/docker/issues/15603
Me falta git
/bin/sh: 1: git: not found
ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y build-essential libpq-dev && git clone https://github.com/sstephenson/rbenv.git ~/.rbenv && git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build && git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 127
El error actual es en rbenv:
Step 5 : RUN rbenv install $RUBY_VERSION -k && rbenv global $RUBY_VERSION
---> Running in 1ed252fa96bd
/bin/sh: 1: rbenv: not found
WORK IN PROGRESS
How to build and run
Fixes #11