Sha256: 632f575e6975852ee45d4358a33a8d84c45655db58b01d161a16edb526c708ec

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 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

RUN echo "gem: --no-ri --no-rdoc" >> "$HOME/.gemrc"
RUN gem install bundler

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uricp-0.0.15 bionic/Dockerfile