Sha256: 7647000e63d7601e5ecaced7b2536fc5bf2bc26bfc3505bca239e0d4f6d7fc7a
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
FROM ruby:3.3.0 # RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 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 sudo || true RUN sudo apt-get install -y less vim || true COPY ./docker/inputrc /root/.inputrc COPY ./docker/bash_profile /root/.bash_profile CMD ["/planter/scripts/runtests.sh"]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
planter-cli-3.0.7 | docker/Dockerfile-3.3 |
planter-cli-3.0.5 | docker/Dockerfile-3.3 |
planter-cli-3.0.4 | docker/Dockerfile-3.3 |
planter-cli-3.0.3 | docker/Dockerfile-3.3 |