Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created February 27, 2020 07:55
Show Gist options
  • Save wshihadeh/179d68868165b2afc6243128df8f949d to your computer and use it in GitHub Desktop.
Save wshihadeh/179d68868165b2afc6243128df8f949d to your computer and use it in GitHub Desktop.
Dockerfile
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