Sha256: 7e1712a7801af962534ef67d77a5d2d0ddc5588c96efc17d83132a5c0dd10a83
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
FROM ubuntu:xenial MAINTAINER support@brightbox.co.uk RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq software-properties-common #RUN apt-add-repository ppa:brightbox/ruby-ng RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \ build-essential \ git \ qemu-utils \ liblz4-tool \ curl \ ruby \ ruby-dev \ python-swiftclient RUN echo "gem: --no-ri --no-rdoc" >> "$HOME/.gemrc" RUN gem install bundler
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uricp-0.0.15 | xenial/Dockerfile |
uricp-0.0.14 | xenial/Dockerfile |