Sha256: 0f9744258fabe3ef236b2b2cd92c21ab6084b30f6971877f8b989bc2feaba706
Contents?: true
Size: 364 Bytes
Versions: 12
Compression:
Stored size: 364 Bytes
Contents
FROM ubuntu:14.04 RUN apt-get update -y && apt-get install -y software-properties-common git build-essential RUN apt-add-repository ppa:brightbox/ruby-ng RUN apt-get update -y && apt-get install -y ruby2.2 ruby2.2-dev RUN gem install --no-rdoc --no-ri bundler:1.11.2 fpm RUN mkdir /conjur-cli WORKDIR /conjur-cli COPY . . ENTRYPOINT [ "./ci/package.sh" ]
Version data entries
12 entries across 12 versions & 1 rubygems