Sha256: 6396f22cba74791fce2c7bfcafa1822948670925d3a963937f4eadb7cbd7e3c1
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 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-log --no-document --no-prerelease CMD legionio
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lex-log-0.1.3 | Dockerfile |