Sha256: e421381d29e9d1e919e80ccfd0409f1c967c52e93a3e02a38ea6ecf02c067683
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
FROM ruby:2.7-alpine LABEL maintainer="Matthew Iverson <matthewdiverson@gmail.com>" RUN mkdir /etc/legionio RUN apk update && apk add build-base tzdata gcc git COPY . ./ RUN gem install legionio tzinfo-data tzinfo --no-document --no-prerelease RUN gem install lex-conditioner --no-document --no-prerelease CMD legionio
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lex-conditioner-0.2.3 | Dockerfile |