Sha256: 8bda7db232b25cb2abd9a15a67e893b6605208a41abe00d03436f02755673133
Contents?: true
Size: 260 Bytes
Versions: 12
Compression:
Stored size: 260 Bytes
Contents
FROM ruby:latest RUN apt update RUN apt install -y valgrind RUN mkdir /app WORKDIR /app COPY Gemfile /app/Gemfile COPY Gemfile.lock /app/Gemfile.lock COPY phonetics.gemspec /app/phonetics.gemspec COPY VERSION /app/VERSION RUN bundle RUN apt install -y vim
Version data entries
12 entries across 12 versions & 1 rubygems