Sha256: 42cfae4dac311926682455e2228c76b97df72454634626c752dd31fef078d2f8

Contents?: true

Size: 321 Bytes

Versions: 8

Compression:

Stored size: 321 Bytes

Contents

FROM alpine:3.7

RUN apk update && apk upgrade
RUN apk --update add \
  openssh git build-base libffi libffi-dev \
  ruby ruby-dev ruby-rake ruby-bundler

# RUN git clone https://github.com/daddygongon/my_help.git
COPY . ~/my_help
WORKDIR ~/my_help

RUN bundle update
RUN bundle exec exe/my_help -m && rake install:local

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
my_help-0.7.1 before_gli/Dockerfile.template
my_help-0.7.0 before_gli/Dockerfile.template
my_help-0.6.2 Dockerfile.template
my_help-0.6.1 Dockerfile.template
my_help-0.6.0 Dockerfile.template
my_help-0.5.2 Dockerfile.template
my_help-0.5.1 Dockerfile.template
my_help-0.5.0 Dockerfile.template