Sha256: abeccfa2d88dc8fa9e4b762f919df1816dfe04fb426e1a183f37ba41da3074be

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

FROM ruby:2.6
RUN mkdir /planter
WORKDIR /planter
RUN gem install bundler:2.2.29
COPY ./docker/sources.list /etc/apt/sources.list
RUN apt-get update -y --allow-insecure-repositories || true
RUN apt-get install -y less vim
COPY ./docker/inputrc /root/.inputrc
COPY ./docker/bash_profile /root/.bash_profile
CMD ["/planter/scripts/runtests.sh"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
planter-cli-3.0.2 docker/Dockerfile-2.6