Sha256: b6236188930b67483983d3489fed3381dbe8f28e5b01837857efad63db5c916e
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
FROM ruby:2.3-alpine MAINTAINER Tomas Korcak <korczis@gmail.com> RUN apk add --no-cache curl make gcc git g++ python linux-headers binutils-gold gnupg libstdc++ openssl # Switch to directory with sources WORKDIR /src # Copy required stuff ADD . . RUN gem update --system \ && gem install bundler \ && bundle install ENTRYPOINT ["bundle", "exec"] CMD ["./bin/gooddata"]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.53 | Dockerfile.ruby |
gooddata-0.6.52 | Dockerfile.ruby |
gooddata-0.6.51 | Dockerfile.ruby |
gooddata-0.6.50 | Dockerfile.ruby |