Sha256: 4db26732e72a4cbcc938667e4d930c00f9990fbda54fea0da04c56bb4199fe2c
Contents?: true
Size: 351 Bytes
Versions: 9
Compression:
Stored size: 351 Bytes
Contents
FROM ruby:2.6.3-alpine MAINTAINER Timeboard <hello@timeboard.me> ############### INSTALL RUBY ON RAILS ESSENTIALS ############### RUN apk add --update tzdata && \ rm -rf /var/cache/apk/* # Install bundler and foreman gems RUN gem install bundler && \ gem install foreman # Command to execute at container start CMD ["ruby", "buildpacker.rb"]
Version data entries
9 entries across 9 versions & 1 rubygems