Skip to content

Instantly share code, notes, and snippets.

@pshoukry
Last active October 26, 2015 19:29
Show Gist options
  • Save pshoukry/df23697b747f3c4ca3cc to your computer and use it in GitHub Desktop.
Save pshoukry/df23697b747f3c4ca3cc to your computer and use it in GitHub Desktop.
Updates rails official docker image to latest gems
docker run --name rails_updated -v "$PWD":/usr/src/rp -w /usr/src/rp rails/updated gem install minitest:5.8.1 json:1.8.3 \
debug_inspector:0.0.2 binding_of_caller:0.7.2 byebug:6.0.2 coffee-script-source:1.9.1.1 execjs:2.6.0 coffee-script:2.4.1 \
coffee-rails:4.1.0 multi_json:1.11.2 jbuilder:2.3.2 jquery-rails:4.0.5 sass:3.4.19 tilt:2.0.1 sass-rails:5.0.4 sdoc:0.4.1 \
spring:1.4.0 sqlite3:1.3.11 turbolinks:2.5.3 uglifier:2.7.2
docker commit rails_updated rails/updated && docker rm rails_updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment