Sha256: bb917c47de635170c657e64f6c8c158f94b184519583d5f460c8b690219007c2

Contents?: true

Size: 311 Bytes

Versions: 7

Compression:

Stored size: 311 Bytes

Contents

FROM ruby:2.6.1-alpine3.9

LABEL maintainer="devops@firefield.com"

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

ENV APP_PATH /usr/src/app
WORKDIR $APP_PATH

COPY . .

RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ff-tbl-macros-2.0.2 Dockerfile
ff-tbl-macros-2.0.1 Dockerfile
ff-tbl-macros-2.0.0 Dockerfile
ff-tbl-macros-1.0.2 Dockerfile
ff-tbl-macros-1.0.1 Dockerfile
ff-tbl-macros-1.0.0 Dockerfile
ff-tbl-macros-0.1.8 Dockerfile