Open dplummer opened 8 years ago
@dplummer Did you have any luck with this? I'm currently facing same problem :(
@reneklacan Looks like added the following to my Dockerfile to get it to work:
RUN gem install -N libv8 -v '3.16.14.13' -- --with-system-v8 \
&& bundle config --global build.libv8 --with-system-v8
@dplummer In the meanwhile I solved it by doing RUN ln -s /usr/bin/python2.7 /usr/bin/python2
as I discovered python 2 was there but binary was python2.7
and there was no python2
With the rails template I'm unable to install the
libv8
gem:I tried adding the
nodejs
package to theapk add
command, but got same result.