Sha256: 04c8cc70becfb2731a6f041221a29b041503af7c65cdb85c1930e8a75c0dffe7
Contents?: true
Size: 338 Bytes
Versions: 39
Compression:
Stored size: 338 Bytes
Contents
FROM ruby:3.0.1 # RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN mkdir /howzit WORKDIR /howzit # COPY ./ /howzit/ 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
39 entries across 39 versions & 1 rubygems