Sha256: 447ec1dce23b2dc6224da8bb4f87fd3c4df461874f253e13502bd1b8427432b9
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
FROM ubuntu:bionic 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 | bionic/Dockerfile |
uricp-0.0.17 | bionic/Dockerfile |
uricp-0.0.16 | bionic/Dockerfile |