Jonathan Lewis
Results
2
comments of
Jonathan Lewis
I'm also experiencing this problem. test.rb ``` require 'faker' puts "Hello #{Faker::Name.name}" ``` Dockerfile ``` FROM ruby:2.4.0 RUN apt-get update RUN apt-get install -y squashfs-tools bison RUN curl -L http://enclose.io/rubyc/rubyc-linux-x64.gz...
Hmm yea i had tried that as well :(