Sha256: a2356f3d15758c78e36c94bf21f7380d2320cc7d658b7488cf20718b410d7c9d
Contents?: true
Size: 517 Bytes
Versions: 6
Compression:
Stored size: 517 Bytes
Contents
FROM ruby:2.1.8-alpine MAINTAINER Jason Kulatunga <jason@thesparktree.com> RUN mkdir -p /srv/capsulecd COPY . /srv/capsulecd workdir /srv/capsulecd RUN apk --update --no-cache add \ build-base ruby-dev libc-dev linux-headers \ openssl-dev libxml2-dev libxslt-dev openssh git && \ mkdir ~/.ssh && \ ssh-keyscan github.com >> ~/.ssh/known_hosts && \ bundle install --without test chef CMD ["sh"] #CMD ["capsulecd", "start", "--runner", "circleci", "--source", "github", "--package_type", "ruby"]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
capsulecd-1.0.6 | Dockerfile |
capsulecd-1.0.5 | Dockerfile |
capsulecd-1.0.4 | Dockerfile |
capsulecd-1.0.3 | Dockerfile |
capsulecd-1.0.1 | Dockerfile |
capsulecd-1.0.0 | Dockerfile |