Sha256: e22f4c0e76a50f4b20b3c8c7792cefb63529f64f1305f53d38efac43bbba6585

Contents?: true

Size: 161 Bytes

Versions: 7

Compression:

Stored size: 161 Bytes

Contents

FROM ruby:2.7-alpine

RUN apk update && apk add docker git g++ make

RUN gem update --system
RUN gem install bundler

WORKDIR /app

ADD . /app
RUN bundle install

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
quby-compiler-0.3.7 Dockerfile
quby-compiler-0.3.6 Dockerfile
quby-compiler-0.3.5 Dockerfile
quby-compiler-0.3.4 Dockerfile
quby-compiler-0.3.3 Dockerfile
quby-compiler-0.3.1 Dockerfile
quby-compiler-0.2.1 Dockerfile