Sha256: 2bfb5dc7ea1b01984dd553ed9d6ec505730e5478f1f9636f38c0abc7d5cf01b6

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

FROM centos:7
MAINTAINER support@brightbox.co.uk

RUN yum update -y && yum -y install \
    epel-release \
    gcc \
    make \
    git \
    qemu-img \
    ruby-devel \
    rubygems \
    rubygem-bundler

RUN yum -y install python-setuptools && \
    easy_install pip && \
    pip install --upgrade setuptools && \
    pip install python-swiftclient

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uricp-0.0.17 centos7/Dockerfile
uricp-0.0.16 centos7/Dockerfile