Sha256: 096cecd3134a725283cbc6a0534adc6609d61bc26f971bd0dd5532717056b757
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 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 \ ruby-bundler RUN echo "gem: --no-ri --no-rdoc" >> "$HOME/.gemrc"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uricp-0.0.18 | xenial/Dockerfile |
uricp-0.0.17 | xenial/Dockerfile |
uricp-0.0.16 | xenial/Dockerfile |