Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 363 Bytes

docker-ruby-builder

ruby builder with extra dependencies to run Webdriver and DB tests:

  • build essentials
  • nodejs
  • git
  • xvfb
  • postgresql dev and client
  • make
  • tzdata
  • firefox 51.0
  • geckodriver 0.15.0

Usage

docker run amaysim/ruby-builder:2.5-slim bundle exec rake db:test:prepare
docker run amaysim/ruby-builder:2.5-slim bundle exec rake