Sha256: ea79194b45d2addc02b2ab852c0546bb561b4afcd9ab1091e964dc31ab6c010c
Contents?: true
Size: 336 Bytes
Versions: 36
Compression:
Stored size: 336 Bytes
Contents
FROM ruby:2.7 # 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
36 entries across 36 versions & 1 rubygems