Sha256: 7b4521204e5d10f005bfc5784557e546e0838221f43f9b1dbe86c24e731d02c8

Contents?: true

Size: 321 Bytes

Versions: 9

Compression:

Stored size: 321 Bytes

Contents

FROM ruby:3.0.0
# 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 ./inputrc /root/.inputrc
COPY ./bash_profile /root/.bash_profile
CMD ["scripts/runtests.sh"]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
doing-2.1.40 Dockerfile-3.0
doing-2.1.39 Dockerfile-3.0
doing-2.1.38 Dockerfile-3.0
doing-2.1.37 Dockerfile-3.0
doing-2.1.36 Dockerfile-3.0
doing-2.1.35 Dockerfile-3.0
doing-2.1.34 Dockerfile-3.0
doing-2.1.33 Dockerfile-3.0
doing-2.1.32 Dockerfile-3.0