Sha256: 046af83c5d34b90ad2a142f794159658fad35d632c7b690db18fd57f12a1e5ff
Contents?: true
Size: 319 Bytes
Versions: 9
Compression:
Stored size: 319 Bytes
Contents
FROM ruby:2.6 # 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 apt-get update -y RUN apt-get install -y less vim COPY ./inputrc /root/.inputrc COPY ./bash_profile /root/.bash_profile CMD ["scripts/runtests.sh"]
Version data entries
9 entries across 9 versions & 1 rubygems