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