Sha256: c259b27478ba31e6328b257ae05ad95bf14cb45f38d1898c045854a55fe2b5e4
Contents?: true
Size: 349 Bytes
Versions: 18
Compression:
Stored size: 349 Bytes
Contents
FROM ruby:2.6-alpine3.10 RUN apk --no-cache add git build-base ruby-dev \ && cd /tmp/ \ && git clone https://github.com/ninoseki/mihari.git \ && cd mihari \ && gem build mihari.gemspec -o mihari.gem \ && gem install mihari.gem \ && rm -rf /tmp/mihari \ && apk del --purge git build-base ruby-dev ENTRYPOINT ["mihari"] CMD ["--help"]
Version data entries
18 entries across 18 versions & 1 rubygems