Sha256: c0d4fec121773dee6637b046ffaf17b5e8e870e077da1985402b042f3081109f
Contents?: true
Size: 244 Bytes
Versions: 15
Compression:
Stored size: 244 Bytes
Contents
FROM ruby:3.0.1 RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN mkdir /doing WORKDIR /doing COPY ./ /doing/ RUN gem install bundler:2.2.17 # RUN bundle update --bundler RUN bundle install CMD ["rake", "parallel:test"]
Version data entries
15 entries across 15 versions & 1 rubygems