Sha256: c4c755b343fa8938e2629f643038ea5cfc7ff929d21e96c838c0d7ed23bf3569
Contents?: true
Size: 281 Bytes
Versions: 18
Compression:
Stored size: 281 Bytes
Contents
FROM ruby:2.5-alpine LABEL maintainer=<%= config[:email] %> RUN apk add --no-cache --update build-base linux-headers \ postgresql-dev nodejs tzdata libxml2-dev libxslt-dev imagemagick COPY Gemfile* /usr/src/app/ WORKDIR /usr/src/app RUN bundle install COPY . /usr/src/app/
Version data entries
18 entries across 18 versions & 2 rubygems