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