Sha256: 1383a160129c9adbdf1630565caf4b4d1a5d9f6a8b4e4f49d8bf649a20c95433
Contents?: true
Size: 237 Bytes
Versions: 13
Compression:
Stored size: 237 Bytes
Contents
FROM ubuntu:14.04 RUN apt-get update && apt-get install -y software-properties-common RUN apt-add-repository ppa:brightbox/ruby-ng RUN apt-get update -y && apt-get install -y ruby2.2 dpkg-dev ADD ci/install.sh / CMD [ "/install.sh" ]
Version data entries
13 entries across 13 versions & 1 rubygems