Sha256: bac00bc1e505db0d3f3b155a9e8fb5f1e6e9741228179d893a38e517aa353328
Contents?: true
Size: 870 Bytes
Versions: 5
Compression:
Stored size: 870 Bytes
Contents
FROM debian:stable ENV COMPOSE_VERSION 1.7.1 ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN apt-get update RUN apt-get -y install procps build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison rubygems ca-certificates RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 && curl -L get.rvm.io | bash -s stable --ruby=2.3.1 --with-gems="bundle" RUN curl -o /usr/local/bin/docker-compose -L \ "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-Linux-x86_64" \ && chmod +x /usr/local/bin/docker-compose COPY Gemfile Gemfile RUN /bin/bash -c "source /usr/local/rvm/scripts/rvm && rvm @global do bundle install"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
minke-1.11.0 | docker/Dockerfile |
minke-1.10.0 | docker/Dockerfile |
minke-1.9.9 | docker/Dockerfile |
minke-1.9.8 | docker/Dockerfile |
minke-1.9.7 | docker/Dockerfile |