Sha256: 8770efb43a66f39c69156d28b6d05129ef0d6cb5008eb1a64eed566f89cb4553

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

FROM ruby:2.7.2-alpine

RUN apk update && apk upgrade \
  && apk add --no-cache -q -f git build-base openssl tzdata

WORKDIR /usr/src/ruboty

COPY . .
RUN bundle install

CMD ["./run.sh"]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruboty-slack_reaction_added-0.6.0 Dockerfile
ruboty-slack_reaction_added-0.5.0 Dockerfile
ruboty-slack_reaction_added-0.4.0 Dockerfile
ruboty-slack_reaction_added-0.3.0 Dockerfile
ruboty-slack_reaction_added-0.2.0 Dockerfile
ruboty-slack_reaction_added-0.1.0 Dockerfile