Sha256: 2a5b964b25c5e13596d1f0aed2353a25eb434c14a0ec6f487db2c786d1abdd85

Contents?: true

Size: 333 Bytes

Versions: 41

Compression:

Stored size: 333 Bytes

Contents

FROM ruby:2.7
# RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN mkdir /doing
WORKDIR /doing
# COPY ./ /doing/
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

41 entries across 41 versions & 1 rubygems

Version Path
doing-2.1.41 docker/Dockerfile-2.7