Sha256: 3d01f7d7e0a264521d4d232466344e803910dfe57270f6124b060a80c5a0dd51
Contents?: true
Size: 296 Bytes
Versions: 96
Compression:
Stored size: 296 Bytes
Contents
FROM alpine:3.4 RUN apk add --no-cache --update ruby ruby-dev ruby-bundler python py-pip git build-base libxml2-dev libxslt-dev RUN pip install boto s3cmd COPY fakes3.gemspec Gemfile Gemfile.lock /app/ COPY lib/fakes3/version.rb /app/lib/fakes3/ WORKDIR /app RUN bundle install COPY . /app/
Version data entries
96 entries across 96 versions & 2 rubygems