Sha256: e30b12003bfbb36d26062332f0037f2749e1e56a9d3cd773d3744df8b8ef34fd
Contents?: true
Size: 176 Bytes
Versions: 17
Compression:
Stored size: 176 Bytes
Contents
FROM ruby:2.5-alpine3.8 RUN apk add --update alpine-sdk ARG RUBY_GEMS="riemann-tools" RUN gem install --verbose --no-rdoc --no-ri $RUBY_GEMS CMD ["riemann-health", "--help"]
Version data entries
17 entries across 17 versions & 1 rubygems