Sha256: 65dc6b35c70107bfaeda795a5f9a0b86442458c482693f90c4751e159b46a2c5
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
FROM ruby:2.6 # 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.29 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
howzit-2.1.18 | docker/Dockerfile-2.6 |
howzit-2.1.16 | docker/Dockerfile-2.6 |
howzit-2.1.15 | docker/Dockerfile-2.6 |