Warhorn base image for Ruby apps
FROM warhorn/ruby
COPY Gemfile /app/Gemfile COPY Gemfile.lock /app/Gemfile.lock RUN bundle install
COPY . /app
Application using this image should:
- Copy their source files into
/app
None
Base Image: ubuntu:16.04
build-essential
ruby-dev
git
ruby
bundler
libpq-dev