Sha256: 44c2ebb630158da19affb365a7b0bcc4a4339b4ad147377b954691f7bf5e278f

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

FROM ruby:3.2.0
# 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-3.2
howzit-2.1.16 docker/Dockerfile-3.2
howzit-2.1.15 docker/Dockerfile-3.2