Sha256: 0d15a7164fc740dae8121796e8e58614574d3c52558c42768f1ee2d6149c3b6f
Contents?: true
Size: 284 Bytes
Versions: 8
Compression:
Stored size: 284 Bytes
Contents
FROM ruby:2.4.2-jessie # Clone sendgrid-ruby WORKDIR /sources RUN git clone https://github.com/sendgrid/sendgrid-ruby.git # Bundle WORKDIR /sources/sendgrid-ruby RUN bundle install # Install prism RUN curl https://raw.githubusercontent.com/stoplightio/prism/master/install.sh | sh
Version data entries
8 entries across 8 versions & 1 rubygems