Sha256: 086d56bb4b20953764ac94acf8a2f3a3fa887336c71ea202e77d91ac0e25fdda
Contents?: true
Size: 333 Bytes
Versions: 41
Compression:
Stored size: 333 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 ./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