Sha256: 95bca8a659adc4bee0039a6fbc81924d8056925c02669be9ad3188f593e4b739
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
FROM ruby:2.7.3 WORKDIR /log_toolbox COPY . . RUN gem install bundler -v $(cat Gemfile.lock | awk '/BUNDLED WITH/{ getline;print; }') RUN bundle install RUN chmod +x test.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
log_toolbox-1.3.11 | Dockerfile |