Sha256: 9bfbcd8b61c0edfe98719435b55faddf25c94ce9ee054b2d0edcbbd224c2a5cb

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

FROM centos:6

COPY files/proxy.sh /tmp/proxy.sh
RUN /tmp/proxy.sh

RUN yum -y install \
  libffi-devel \
  libxml2-devel \
  libxslt-devel \
  perl \
  ruby \
  rubygems \
  ruby-devel \
  ; yum -y groupinstall "Development tools" \
  ; yum clean all

RUN gem install --no-rdoc --no-ri bundler rake rspec && rm -fr /root/.gem

COPY files/bundle.sh /tmp/bundle.sh

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
lorj-1.0.20 Dockerfile
lorj-1.0.19 Dockerfile
lorj-1.0.18 Dockerfile
lorj-1.0.17 Dockerfile
lorj-1.0.16 Dockerfile
lorj-1.0.14 Dockerfile
lorj-1.0.13 Dockerfile
config_layers-0.1.5 Dockerfile
lorj-1.0.12 Dockerfile
config_layers-0.1.4 Dockerfile