Sha256: a0bc227da6e3e69ded18c47520abd8cd6a19210297fae032c81bffbb00b13de1
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 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 && rm -fr /root/.gem COPY files/bundle.sh /tmp/bundle.sh
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
subhash-0.1.5 | Dockerfile |
subhash-0.1.4 | Dockerfile |
subhash-0.1.3 | Dockerfile |
subhash-0.1.2 | Dockerfile |