Sha256: 81ee3869e6799a5919cc7b4d22fe62de073e7b70fdbc0687274bd2011d81491f

Contents?: true

Size: 336 Bytes

Versions: 3

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.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.7
howzit-2.1.16 docker/Dockerfile-2.7
howzit-2.1.15 docker/Dockerfile-2.7