Created
February 27, 2020 07:55
-
-
Save wshihadeh/179d68868165b2afc6243128df8f949d to your computer and use it in GitHub Desktop.
Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER rails | |
RUN gem install bundler && \ | |
bundle config build.nokogiri --use-system-libraries && \ | |
rm -rf /usr/lib/lib/ruby/gems/*/cache/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment