Sha256: 5a370e2d15fa1b8fde5b6bfd8f82aa1e3691559f163e22fb1422da2f0e91ef79
Contents?: true
Size: 268 Bytes
Versions: 9
Compression:
Stored size: 268 Bytes
Contents
FROM ruby:2.3 RUN apt-get update && apt-get install -y vim curl WORKDIR /src/conjur-api COPY Gemfile conjur-api.gemspec ./ COPY lib/conjur-api/version.rb ./lib/conjur-api/ RUN bundle COPY . ./ ENTRYPOINT ["/usr/local/bin/bundle", "exec"] CMD ["rake", "jenkins"]
Version data entries
9 entries across 9 versions & 1 rubygems