Sha256: e2254c78de97dfdf5a56b7c2ec6f2d19c6a65cdca26fc7e039178b207608a335

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

FROM ruby:3.0.2-alpine3.13

RUN gem install bundler

RUN apk update && apk upgrade && \
    apk add --no-cache bash git openssh && \
    apk add --update make && \
    apk add --update gcc && \
    apk add libc-dev

WORKDIR /tmp/code

CMD [ "/bin/sh" ]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
file_data-6.0.0 dockerfile
file_data-5.2.3 dockerfile