Sha256: 24d75ef8312aeebdb77d69c13af1a657ef85b098f1326fbe087ea4e8b9d396a4
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
FROM ruby:<%= ruby_version %> ARG BUNDLE_BITBUCKET__ORG ARG BUNDLE_GITHUB__COM RUN apt-get update \ && apt-get install -y node.js gosu sendmail \ && rm -rf /var/lib/apt/lists/* \ && gem install bundler \ && mkdir /application WORKDIR /application COPY Gemfile Gemfile.lock ./ RUN bundle install --deployment COPY entrypoint.sh / ADD .build/context.tar.gz .
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orchestration-0.2.8 | lib/orchestration/templates/Dockerfile.erb |