Sha256: e62fb4e9e397a6536616162180982d049d57f64efd990876454f6b3ae11b328d
Contents?: true
Size: 262 Bytes
Versions: 15
Compression:
Stored size: 262 Bytes
Contents
FROM ruby:<%= config[:ruby_version] %>-alpine RUN apk add --no-cache --update build-base linux-headers \ postgresql-dev nodejs tzdata libxml2-dev libxslt-dev git WORKDIR /usr/src/app COPY . /usr/src/app/ RUN rake install RUN gem install bundler RUN bundle
Version data entries
15 entries across 15 versions & 1 rubygems