Sha256: 234d314eb84165c5c2ca795ac9f8c4c84b42a230e1e5c03c0e5160e49a6d3635

Contents?: true

Size: 334 Bytes

Versions: 13

Compression:

Stored size: 334 Bytes

Contents

ARG RUBY_VERSION=2.7
ARG RUBY_IMAGE=ruby:${RUBY_VERSION}-alpine
FROM $RUBY_IMAGE

RUN apk add --no-cache --update build-base linux-headers git

ENV APP_HOME /usr/src/app/
ENV BUNDLE_PATH /gems
ENV GEM_PATH ${BUNDLE_PATH}
ENV GEM_HOME ${BUNDLE_PATH}

RUN mkdir ${BUNDLE_PATH}

WORKDIR ${APP_HOME}
COPY . ${APP_HOME}
RUN bundle install

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
roro-0.3.30 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.28 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.27 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.25 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.24 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.23 mise/containers/ruby_gem/Dockerfile-ruby_gem
roro-0.3.22 roro/containers/ruby_image/Dockerfile
roro-0.3.21 roro/containers/ruby_image/Dockerfile
roro-0.3.18 roro/containers/ruby_image/Dockerfile
roro-0.3.17 roro/containers/ruby_image/Dockerfile
roro-0.3.16 roro/containers/ruby_image/Dockerfile
roro-0.3.14 roro/containers/ruby_image/Dockerfile
roro-0.3.13 roro/containers/ruby_image/Dockerfile