Sha256: a808a02ffd365303aeec64aabed0aff0d4123b8c540521215f26ad376116d5ef
Contents?: true
Size: 117 Bytes
Versions: 14
Compression:
Stored size: 117 Bytes
Contents
FROM ruby:alpine RUN apk add --no-cache git gcc make g++ zlib-dev WORKDIR /app COPY . /app/ RUN bundle install -j3
Version data entries
14 entries across 14 versions & 1 rubygems